Changes between Version 9 and Version 10 of Drupal HowTo Update


Ignore:
Timestamp:
06/18/15 09:10:52 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drupal HowTo Update

    v9 v10  
    21214. Remove the `sites` directory from the new working directory and copy over the existing one from actual site directory.
    22221. 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.txt file.
    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.
     231. Check for any differences between the new and the existing {{{.htaccess}}} {{{web.config}}} and {{{robots.txt}}} file.
     241. 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.
    25251. 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 .`.
    26261. Change the owner of the dblib link to www-data using the command `sudo chown www-data:www-data dblib`