Skip to content

Wordpress 2.5 Upgrade

After some testing on some of my less-popular blogs I’ve upgraded this one to Wordpress 2.5.  The whole ordeal seemed fairly painless (although with the number of blogs I host I really should consider WPMU).

I use svn to manage my installations which makes it really simple.  If you’re considering an upgrade, these are the steps I followed:

  1. Make a backup of your current data–can’t be too safe.  Export your current database & php.
  2. De-activate current plugins
  3. change to the root directory of your blog and execute:
  4. svn sw http://svn.automattic.com/wordpress/tags/2.5/
  5. I had an issue with Akismet, so I also then did:
  6. rm -r wp-content/plugins/akismet/
  7. svn up
  8. visit http://your-site.com/wp-admin/upgrade.php
  9. re-activate plugins
  10. Done

I want to congratulate the Wordpress team for a great release.  Thinks look really sharp this time around and there look to be a lot of UI improvements.  I’m also glad to see I didn’t have any issues upgrading like I did after the early 2.2.x series.

If this site has been useful, please consider participating in the Fundraiser.

Other Points of Interest

  • No Related Post