Changes between Version 9 and Version 10 of Drupal HowTo Update
- Timestamp:
- 06/18/15 09:10:52 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drupal HowTo Update
v9 v10 21 21 4. Remove the `sites` directory from the new working directory and copy over the existing one from actual site directory. 22 22 1. Make sure that the sites directory and its children are owned by www-data 23 1. Check for any differences between the new and the existing .htaccess web.config and robots.txtfile.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.23 1. Check for any differences between the new and the existing {{{.htaccess}}} {{{web.config}}} and {{{robots.txt}}} file. 24 1. Hopefully the non-customised old version of drupal will be available so you can diff the `sites/default/default.settings.php` to see if there are any differences that will need copying into the settings.php file. 25 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 26 1. Change the owner of the dblib link to www-data using the command `sudo chown www-data:www-data dblib`