Version update considerations
Last modified: June 19, 2009 - 14:42
There are several approaches to upgrading your site. Unless you do this often however, you may miss a few other considerations when updating from one release to the next.
- See the instructions in the UPGRADE.txt file of the Drupal download and in the upgrade section of the handbook.
- Read the Best Practices on test sites and don't do it first on your live site.
- Make sure that all the contrib modules you are using have an upgrade path or you are willing to upgrade them yourself or abandon them.
- Make sure you read and follow any instructions regarding upgrading any permissions modules you are using. Many have specific steps you need to take before starting your upgrade.
- Create a new database and restore your live site to it, files and all.
- Disable all contrib modules.
- Set your site to the default theme Blue Marine (for Drupal 4.7.x) or Garland (for Drupal 5.x).
- Log in with UID 1.
- Run sitename/update.php.
- On the update.php page, check the schema date of the database, I generally leave it where it defaults to.
- Upgrade.
- Check for errors. Resolve all errors BEFORE proceeding.
- Log in check it out.
- Get your modules and read the install and readme files to see if there are any special upgrade instructions.
- Upgrade and activate modules one at a time.
- Test, etc.
- Put your own favicon.ico back.
- Congratulations.
You can restore this to your live site.
- or -
Follow the steps on your live site now that you are confident it will work.
Start working on your theme updates and other and stuff.

Step 5
Step 5 should be explained, or given a link to an explanation.