Changes between Version 18 and Version 19 of LennyToSqueeze


Ignore:
Timestamp:
09/23/11 14:08:40 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LennyToSqueeze

    v18 v19  
    11This page is to document the upgrade of the DevelopmentServer and the NewLiveServer from Denian lenny to squeeze, this upgrade was tracked on ticket:301. 
    22 
    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 
    413 
    514 * ab, which is used for triggering the cron.php script via cron has moved from {{{/usr/sbin/ab}}} to {{{/usr/bin/ab}}} so cron jobs need checking. 
    615 * {{{pecl install uploadprogress}}} needs to be run 
    7  * A manual mysql dump and import needs to be done 
    816 * The varnish config needs updating before the upgrade to the varnish repo and version, varnish version also needs setting in drupal, see https://dev.transitionnetwork.org/admin/settings/varnish/general 
    917