While it’s not a difficult task, upgrading your WordPress installation should not be taken lightly. Before you begin the process, it’s important to do the following:

  1. Check your current MySQL database version because the WordPress database requirements have changed. Instead of requiring MySQL 3.23 and up, it now requires MySQL 4 and up.
  2. Make a complete back up of your old WordPress files (including theme files and plugins) and your database. Store this back up somewhere and do not overwrite it.
  3. Disable all of your plugins before commencing with the upgrade process.

If your host hasn’t upgraded to the latest version of MySQL, you should not upgrade your WordPress installation (or maybe you should find a new host).

To check your MySQL version, you can log into your hosting account and click on the MySQL link or you can contact your webhost.

Once you’re sure it’s safe to proceed, then head over to the Codex and follow the upgrade instructions. When the upgrade is complete, remember to enable your theme first and check for compatibility, then move on to enabling your plugins one at a time starting with the simple plugins first and moving on to the plugins which require database enhancements and theme modifications. (Maria Langer has a nice write up on why this is important.)

,