Drupal: Difference between revisions

From Freephile Wiki
m added Category:Drupal using HotCat
No edit summary
Line 1: Line 1:
{{Stub}}
See the [[Drupal/Cheatsheet]]


See also [[Using git with drupal]]
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>


[[Category:CMS]]
[[Category:CMS]]
[[Category:Drupal]]
[[Category:Drupal]]

Revision as of 10:00, 18 June 2015

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.

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