3 | | == Issues for Live == |
| 3 | == Live Upgrade Steps == |
| 4 | |
| 5 | * Put the site into off-line mode https://www.transitionnetwork.org/admin/settings/site-maintenance |
| 6 | * Manual mysql dump {{{/usr/local/bin/mysql_backup}}} and backup {{{/etc/mysql/my.cnf}}} then manually remove mysql {{{dpkg -r mysql-server}}} |
| 7 | * Manually run the backup tasks via ninjahelper |
| 8 | * Edit /etc/apt/sources.list and run {{{apt-get update}}} and {{{apt-get upgrade}}} and then {{{apt-get -d dist-upgrade}}} and {{{apt-get dist-upgrade}}} (see below for options taken on the dev server) |
| 9 | * Install mysql-server and insert database backups |
| 10 | * {{{pecl install uploadprogress}}} |
| 11 | * Edit {{{/etc/apt/sources.list.d/varnish.list}}} see https://www.varnish-cache.org/installation/debian and install Varnish 3.0 configuration file then upgrade varnish and change the drupal setting https://www.transitionnetwork.org/admin/settings/varnish/general |
| 12 | |