9 Things To Do Before Ugrading Wordpress

If you are planning to upgrade wordpress to latest release, do the following

  1. Read Worpdress Support forums to see any upgrade problems
  2. Backup Entire Database
  3. Check for Minimum Requirements ( MySQL, PHP)
  4. Check if all installed plugins supports the latest version of wordpress.
  5. Deactivate all the plugins
  6. Know how to revert to previous wordpress version, if upgrade were to fail.
  7. Test the upgrade in local wordpress installation ( if downtime of site might be major issue)
  8. Perform Wordpress Upgrade
  9. Upgrade Wordpress Database if required
  10. Check if Site is up and running.
  11. Click on few links to to check if URL structure is maintained.
  12. Activate the supported plugins one at a time.

Wordpress 2.8.6 to 2.9 upgrade created couple of problems. It was because

  • Some of the plug-in’s didn’t support 2.9
  • db_version in Table WP_Options had incorrect value.

After I fixed the db_verison, site was up and running, but all the url was broken. It was due to unsupported some plug-in in 2.9

Related posts:

  1. [Fixed] 2.8.6 to 2.9 Worpress Database Upgrade Required – Failed
  2. How to Change Wordpress Theme Editing MySql Tables
  3. Wordpress Database – Backup and Restore

Leave a Reply