Changes

Jump to navigation Jump to search
492 bytes added ,  14:16, 18 November 2016
Created page with "right|link=Category:Drupal|Druplicon|240px See the Drupal/cheatsheet See also Using git with drupal == Upgrade == You need to upgrade..."
[[File:Druplicon.vector.svg|right|link=Category:Drupal|Druplicon|240px]]

See the [[Drupal/cheatsheet]]

See also [[Using git with drupal]]

== Upgrade ==
You need to upgrade Drupal like you brush your teeth... at least once or twice a day.

<source lang="bash">
cd /var/www/equality-tech.com/www/drupal
drush vset maintenance_mode 1
~/bin/backup.db.sh civicrm
~/bin/backup.db.sh drupal
cp .htaccess .htaccess.mine
drush up
mv .htaccess.mine .htaccess
drush vset maintenance_mode 0
</source>
4,558

edits

Navigation menu