Posted by ramiro.alba on January 29, 2014 at 6:22pm
I would like to be sure about the steps to perform when upgrading an OpenAtrium installation been in production:
1) Put it in maintenance
drush vset maintenance_mode 1
2) Do an archive dump
drush archive-dump
3) Move old version and put the new tar.gz
a) Set permissions
b) copy the old 'sites' directory
4) Do a database update
drush updatedb
5) Put in production
drush vset maintenance_mode 0
Any suggestions?
Comments
Update instructions
Hi,
It's here: https://drupal.org/node/2169701