Changes between Version 2 and Version 3 of Drupal HowTo Update
- Timestamp:
- 03/20/15 13:24:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drupal HowTo Update
v2 v3 20 20 1. Copy the new Drupal directory to form a new one to work with. 21 21 4. Remove the `sites` directory from the new working directory and copy over the existing one from actual site directory. 22 1. Make sure that the sites directory and its children are owned by www-data 22 23 1. Check for any differences between the new and the existing .htaccess web.config and robots.txt file. 23 24 1. Hopefully the non-customised old version of drupal will be available so you can diff the `sites/default_settings.php` to see if there are any differences that will need copying into the settings.php file. 24 25 1. Move the existing directory to *_old and mv the new directory into its place. 25 26 1. Go to the site and browse to update.php and follow the instructions. 27 1. Restart Apache 26 28 1. Take the site out of maintenance mode. 27 29