Upgrading to Drupal v5
When upgrading the Web Community site from v4.7 to v5, these are the steps I took. These are notes I made from Lullabot's video Upgrading from Drupal 4.7.x to Drupal 5.x.
- Login to Drupal as User ID #1 (the first user).
- Place site into offline mode.
- Disable custom and contributed modules.
- Switch to a core theme (Blue Marine).
- Upload Drupal v5.
- First, upload new Drupal files at root as yoursite.
- Rename old yoursite.com as yoursite-old.
- Rename new yoursite as yoursite.com.
- Move over the old 'sites/settings.php' file and 'files' folder (and other files that might have edited). Chmod 'files' to 777.
- Go to http://yoursite.com/update.php and run update script.
- Install and enable upgraded versions of all contributed modules.
- Upload and enable customized theme folders (not phptemplate/engine).
- Go to http://yousite.com/update.php and re-run update script.
- Transfer and test edits/hacks to modules and themes.
- Test common tasks.
- Create content.
- Upload files.
- Check for broken links.
- If all looks good, move site to online mode.