Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:drupal:upgrading [2013/10/14 15:52] – created billhdocs:drupal:upgrading [2016/08/05 15:58] (current) billh
Line 1: Line 1:
-====== Upgrading Drupal ======+====== Upgrading Drupal (zip file method) ======
  
 <note>These instructions are specific to when you have a live site, a development machine, and both are set up for git push/pull</note> <note>These instructions are specific to when you have a live site, a development machine, and both are set up for git push/pull</note>
 +
 +===== running update.php =====
 +Several places below reference running update.php.  This means going to your yoursite.com/update.php after logging in as an administrator.  If you are unable to log in, you can force access to update.php by editing the settings.php file in drupal/sites/yoursite/settings.php and set the following line to true (don't forget to change it back after updates are complete)<code>
 +$update_free_access = FALSE;
 +
 +change to:
 +
 +$update_free_access = TRUE;
 +</code>
  
 ===== Initial prep on dev machine ===== ===== Initial prep on dev machine =====
  • docs/drupal/upgrading.1381787565.txt.gz
  • Last modified: 2013/10/14 15:52
  • by billh