Don’t want to do anything to take down my blog. Here are some upgrade-related questions:
- How often should WordPress be updated?
- What is the best way to do it?
- How to know if there is a problem with plugins? When a new version of WordPress comes out, we have no way of knowing if there is a problem with existing plugins.
- When should plugins be updated? At the same time as WordPress?
- Is there a test suite that is run before releasing Worddpress? Does it include plugins?
Do not just upgrade immediately. Take the time you need for an informed decision. And make a backup, of course. 🙂
-
Read the changelog for the new version. Example for 3.4.1. The blog announcements and the Codex pages are not complete.
-
Test the upgrade with an exact copy of your production site, including plugins and themes.
- Add, change and delete an user, a post, a term (tag, category).
- Log out, log in, test all active user roles.
- Test all custom JavaScripts. jQuery for example was added once so late in the pre-release process that plugin authors could not adjust their code in time.
-
If you are not a developer and it is not a minor release (where just the third number changes) wait some days, look for the trouble-shooting thread in the wordpress.org forums. Example for 3.4. Minor security updates are usually safe.
-
If you use the web interface to upgrade or SSH/FTP doesn’t really matter anymore.
-
Plugin compatibility has to be tested. There is no other way to know how they play together.