Changes between Version 4 and Version 5 of Drupal HowTo Update
- Timestamp:
- 03/25/15 11:52:55 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drupal HowTo Update
v4 v5 23 23 1. Check for any differences between the new and the existing .htaccess web.config and robots.txt file. 24 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. 25 1. Cd into the `drupal/includes/database` directory and create a symbolic link to the dblib folder using the command `sudo ln -s ../../sites/all/modules/dblib_driver_for_sql_server/dblib .`. 26 1. Change the owner of the dblib link to www-data using the command `sudo chown www-data:www-data dblib` 25 27 1. Move the existing directory to *_old and mv the new directory into its place. 26 28 1. Go to the site and browse to update.php and follow the instructions.