This article is all about how to upgrade your WordPress installation. The reason you want to do this is so that you can stay up to date, avoid potential security flaws, and of course, being able to enjoy all the cool new tools and usability features that get added during each major release.
This article is old and now things are MUCH easier, checkout this link to learn how to update wordpress 3.
Keeping with Enlightened WebMastery’s approach of keeping things simple, this guide is straight to the point. I went ahead and shot a video which you can see below that shows how to do this, as well as giving a high level overview. This is very simple. You can find the video, below the steps below.
Here are the steps
- Log into your hosting account, navigate to your WordPress installation, and download your wp-content folder.
- While your here, go ahead and backup your wp-config.php file.
- Google up “WordPress Database Backup” or click here -> http://www.ilfilosofo.com/blog/wp-db-backup
- Install the plugin, and use it. Either download a copy of your backup, or have it emailed to you. (this is just precautionary)
- Navigate to your dashboard, and under plugins, deactivate everything (in case it is not compatible)
- Visit WordPress.org and download the latest version.
- Decompress the .zip
- Using your FTP program, login to your server, and delete the wp-admin, and wp-includes.
- Afterwords, select everything in the new wordpress folder (that you unzipped) but your wp-content, and wp-config-sample.php.
- Copy those to your server, overwrite as necessary.
- While those are transferring, open up your “backed up” wp-config.php file, and take note of the login, pass, and hostname.
- define(‘DB_NAME’, ‘putyourdbnamehere’);
/** MySQL database password */ define(‘DB_PASSWORD’, ‘yourpasswordhere’);
/** MySQL hostname */ define(‘DB_HOST’, ‘localhost’);
/** MySQL database username */ define(‘DB_USER’, ‘usernamehere’);
After you have replaced that information from the wp-config to the wp-sample-config, rename the wp-sample-config to wp-config.php.
- Upload that file to your server now.
- Then log back in to your dashboard, and reactivate your plugins one by one.
- Your done. Enjoy!
Video Overview
Be sure to check out the rest of the site for more tutorials and videos. Also, I recommend signing up for my newsletter (clicking here) so you can get all the latest training.



