CiviCRM/upgrade: Difference between revisions
extracted from parent page |
No edit summary |
||
| Line 11: | Line 11: | ||
# put site in operation mode<code>drush vset maintenance_mode 0</code> | # put site in operation mode<code>drush vset maintenance_mode 0</code> | ||
# toast | # toast | ||
Note that in the event that you get errors, you may need to clear the cache: | |||
<code>sudo -u www-data drush cache-clear civicrm</code> | |||
The even shorter version is to use [[drush]] <code>civicrm-upgrade --tarfile=./sites/all/modules/contrib/civicrm-5.1.2-drupal.tar.gz --backup-dir=/tmp/</code> does all the above for you. | The even shorter version is to use [[drush]] <code>civicrm-upgrade --tarfile=./sites/all/modules/contrib/civicrm-5.1.2-drupal.tar.gz --backup-dir=/tmp/</code> does all the above for you. | ||