Website/Update Procedure
< Website
Jump to navigation
Jump to search
Drupal upgrade process
Steps to upgrade Drupal: suggestions welcome
- Locally: Download and untar the new release
- Locally: Copy new release over checked out repository
- Locally: Commit changes to branch drupal-next
- Locally: Push changes to crank in drupal-next branch.
- laptop2: Pull from origin/drupal-next to master
- laptop2: Look at the main few pages and make sure there are no major errors
- laptop1: Make a backup of the current database, and web directory. (latter is sort of redundant, since we use git, but not all files are in VCS)
- laptop1: Pull from origin/drupal-next to master
- laptop1: Verify new site works as expected
If the site does not work as expected, we git revert
to the old codebase, and if worst comes to worst we still have the old database backup and full www
backup.