Upgrade self hosted wordpress 2.6.5 to 2.7 RC1
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
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
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
I can’t wait next 5 days before 2.7 release, please forgive me
Related Reading:
WordPress 2.7 CompleteCreate your own complete blog or web site from scratch with WordPress Everything you need to set up your own feature-rich WordPress blog or web site ... Read More >
WordPress 2.7 Cookbook100 simple but incredibly useful recipes to take control of your WordPress blog layout, themes, widgets, plug-ins, security, and SEO Take your Wor... Read More >
Wordpress Foundations 2.7 Second Edition: Your Simple Step-By-Step Guide To WordpressWordPress Foundations 2.7 is your essential guide to WordPress. All you need to know to be online in minutes. A quick and easy guide to get yo... Read More >
WordPress Foundations 2.7: Your Simple Step-by-Step Guide To WordPressWordPress Foundations 2.7 is your essential guide to WordPress. All you need to know to be online in minutes. A quick and easy guide to get you st... Read More >
Search Terms :
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

