Changes between Version 1 and Version 2 of Drupal HowTo Update


Ignore:
Timestamp:
03/20/15 12:28:34 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drupal HowTo Update

    v1 v2  
    11= Drupal How to Upgrade
     2
     3== Drupal Site Checklist
     4
     51. Scad
     61. CiviCRM test
     71. CiviCRM live
    28
    39== Check to see if an upgrade is necessary
     
    6122. You may need to select `available updates > Check manually` to see the true latest version.
    713
     14== Update Drupal Core Manually
     15
     161. Put the site into maintenance mode `configuration > development > Maintenance mode`
     171. Read the release notes for the update.  Some custom files may need editing.
     182. Create a backup of the site using the [[https://www.drupal.org/node/59373|full site backup script]].  Check to see if one has already been created with the correct directories, usernames and passwords
     193. Wget the updated file to the www directory and unzip it.
     201. Copy the new Drupal directory to form a new one to work with.
     214. Remove the `sites` directory from the new working directory and copy over the existing one from actual site directory.
     221. Check for any differences between the new and the existing .htaccess web.config and robots.txt file.
     231. 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.
     241. Move the existing directory to *_old and mv the new directory into its place.
     251. Go to the site and browse to update.php and follow the instructions.
     261. Take the site out of maintenance mode.
     27
     28== Update Drupal modules manually
     29
     301. Put the site into maintenance mode `configuration > development > Maintenance mode`
     311. Read the release notes for the update.  Some custom files may need editing.
     321. Cd into the `sites/all/modules` directory.
     331. wget the latest version of the module.
     341. remove the old version of the module directory
     351. Unzip the new version into its place
     361. Take the site out of maintenance mode.
     37
     38
    839== Update Using Drush
    940