Oct 252009
 

Upgrade to wordpress seem to be difficult for such conditions :

  • Self hosted wordpress in shared hosting.
  • Self hosted wordpress ( free hosting)
  • Self server with little memory

I face few problem when doing wordpress upgrade.

In this case ” You don’t have sufficient permission to access this page

Upgrade WordPress

Downloading update from http://wordpress.org/wordpress-2.8.3.zip.

Unpacking the update.

Verifying the unpacked filese

Installing the latest version

Upgrading database

WordPress upgraded successfully

That message display when upgrade process went smooth, but when something wrong like insufficient memory that might happen in shared hosting I choose to do in old way : WPAU way.

Continue reading »

Dec 052008
 

My wife can’t wait any longer for wordpress 2.7. He ask me to upgrade her blog to wordpress 2.7 RC1.

I agree to update her blog but I choose to upgrade mine first, in case of failed upgrade I can learn a lot before taking control my wife blog icon smile Upgrade self hosted wordpress 2.6.5 to 2.7 RC1

Here’s the steps :

Backup

1. Backup my blog first, start from backup database using shell.

Use cat command to see username, password and database that I use for my blog

cat wp-config.php

Dump database

mysqldump -uonezero5_alam -p onezero5_alamsyah > alamsyah.sql

Compress all files in single tar.gz file

tar cvzf alamsyah.tar.gz alamsyah

I just curious to check how big my blog is icon smile Upgrade self hosted wordpress 2.6.5 to 2.7 RC1

du -sh alamsyah.tar.gz
36M     alamsyah.tar.gz

Download wordpress 2.7 RC1

wget http://wordpress.org/wordpress-2.7-RC1.zip

Extract the file

unzip wordpress-2.7-RC1.zip

Move to my blog folder and copying all file

cd alamsyah

cp -avr ~/www/wordpress/* .

Don’t use u option, I use u (for update option but I get fail)

2. Upgrade wordpress

Update database by typing my blog adress

http://alamsyah.rasyid.net/wp-admin/upgrade.php

Done

Login to admin to see shiny wordpress 2.7

upgrade wordpress27 dashboard Upgrade self hosted wordpress 2.6.5 to 2.7 RC1

I can’t wait next 5 days before 2.7 release, please forgive me icon wink Upgrade self hosted wordpress 2.6.5 to 2.7 RC1

Nov 092008
 

I just realize that wordpress 2.7 that I install yesterday has other great feature :

Core Update

This feature need cooperation from your host, I’m lucky my hostmonster account support me well.

wordpress core update Wordpress 2.7 Core Update Feature

To apply it just click ‘stay updated

wordpress core update2 Wordpress 2.7 Core Update Feature

It will automatically download and install :

Upgrade WordPress

Downloading update from http://wordpress.org/nightly-builds/wordpress-latest.zip

Unpacking the core update

Verifying the unpacked files

Installing the latest version

Upgrading database

WordPress upgraded successfully

Click on dashboard to see current version of your wordpress :

wordpress core update3 Wordpress 2.7 Core Update Feature

To see list of webhosting that support it ( at least reported work ) you can visit Core Update Host Compatibility at codex.