Ticket #721 (closed maintenance: fixed)

Opened 3 years ago

Last modified 3 years ago

Upgrade to BOA-2.2.3 Stable Edition

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Live server Keywords:
Cc: jim, ed, sam, benj Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 1.4

Description

wiki:PuffinServer has sent this email:

There is new BOA-2.2.3 Stable Edition available.

Please review the changelog and upgrade as soon as possible to receive all security updates and new features.

Changelog: http://bit.ly/newboa

The Changelog contains:

### Stable BOA-2.2.3 Release - Full Edition
### Date: Fri Apr 18 12:57:40 PDT 2014
### Includes Aegir 2.x-boa-custom version.

# Release Notes:

  This release includes several bug fixes and security upgrades both for the
  system services and Drupal core, along with three updated platforms and new
  features, including support for MariaDB 10.0 and Ubuntu 14.04 LTS Trusty.

# Important - Read This First! (for self-hosted BOA only)

  If you haven't run full barracuda+octopus upgrade to latest BOA Stable
  Edition yet, don't use any partial upgrade modes explained in docs/UPGRADE.txt
  Once new BOA Stable is released, you must run *full* upgrades with commands:

  $ barracuda up-stable
  $ octopus up-stable all both

  For silent, logged mode with e-mail message sent once the upgrade is
  complete, but no progress is displayed in the terminal window, you can run
  alternatively, starting with screen session to avoid incomplete upgrade
  if your SSH session will be closed for any reason before the upgrade
  will complete:

  $ screen
  $ barracuda up-stable log
  $ octopus up-stable all both log

  Note that the silent, non-interactive mode will automatically say Y/Yes
  to all prompts and is thus useful to run auto-upgrades scheduled in cron.

# Updated Octopus platforms:

  ### Drupal 7.27.1

  Guardr 1.3 ------------------- https://drupal.org/project/guardr
  Open Atrium 2.17 ------------- https://drupal.org/project/openatrium
  Recruiter 1.2 ---------------- https://drupal.org/project/recruiter

# New features and enhancements in this release:

  * Add docs/FAQ.txt
  * Add support for MariaDB 10.0 or 5.5 install via _DB_SERIES variable.
  * Add support for Ubuntu 14.04 LTS Trusty.
  * Improve auto-healing for multi-version PHP-FPM setup.
  * Improve docs/UPGRADE.txt
  * Improve health check for protected vhosts during live SSH-auth update.

# Changes in this release:

  * Issue #GH-299 - Force disable LESS developer mode on production sites.
  * Move custom scripts to /opt/local/bin/
  * Normalize localhost entry in /etc/hosts to avoid FQDN mapped to 127.0.0.1
  * PHP: Do not use separate FPM pool for cron if _PHP_FPM_DENY is empty.

# System upgrades in this release:

  * MariaDB 5.5.37

# Fixes in this release:

  * Add 'exit 0' line if missing.
  * Add /opt/local/bin to PATH by default.
  * Add symlinks for wrappers only temporarily.
  * Better gem uninstall options.
  * Compass: Multiple fixes for various expected gems versions install/upgrades.
  * Do not override lshell env_path in websh wrapper.
  * Do not use monitored bin path for custom scripts to avoid LFD false alarms.
  * Extra db GRANT for 127.0.0.1 not added when migrating site.
  * Improve auto-healing to create required directories in /var/run/ if missing.
  * Issue #2230269 - New Jetty 9 version overrides JETTY_PORT=8099 with 8080.
  * Issue #2235991 - Drush make needs better exceptions in websh wrapper.
  * Issue #2236475 - Clarify what the Legacy mode really means.
  * Issue #2238965 - Add missing path to switch_to_bash().
  * Issue #2241013 - Git commands should be whitelisted in websh wrapper.
  * Issue #2241495 - wkhtmltopdf stopped working after upgrade.
  * Issue #GH-301 - Update the list of restricted keywords for Octopus username.
  * Make sure that permissions on Chive Manager dir/files are correct.
  * Note: _SSL_FROM_SOURCES=YES is ignored and not needed on Wheezy and Precise.
  * Remove the line with header TABLE_NAME (sqlmagic).
  * Reset PATH to avoid RVM overrides after Compass Tools install/upgrade.
  * Shell: Allow to run 'drush cache-clear drush' in any directory.
  * The _PHP_MODERN_ONLY variable is no longer used.
  * Ubuntu 14.04 LTS Trusty requires MariaDB 10.0
  * Use hostname -b instead of deprecated hostname -v.

Note that we are already running the latest MariaDB, see ticket:692#comment:31

See also the last BOA upgrade ticket, BOA-2.2.2 ticket:707 and also ticket:670

Change History

comment:1 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.25
  • Total Hours changed from 0.0 to 0.25

comment:2 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.9
  • Total Hours changed from 0.25 to 1.15

About to run the upgrade now.

This is the /root/.barracuda.cnf file:

###
### Configuration created on 121215-1545
### with Barracuda version BOA-2.0.4
###
### NOTE: the group of settings displayed bellow will *not* be overriden
### on upgrade by the Barracuda script nor by this configuration file.
### They can be defined only on initial Barracuda install.
###
_HTTP_WILDCARD=YES
_MY_OWNIP="81.95.52.103"
#_MY_OWNIP=""
_MY_HOSTN="puffin.webarch.net"
#_MY_HOSTN=""
_MY_FRONT="master.puffin.webarch.net"
_THIS_DB_HOST=localhost
#_THIS_DB_HOST=FQDN
_SMTP_RELAY_TEST=YES
_SMTP_RELAY_HOST=""
_LOCAL_NETWORK_IP=""
_LOCAL_NETWORK_HN=""
###
### NOTE: the group of settings displayed bellow
### will *override* all listed settings in the Barracuda script,
### both on initial install and upgrade.
###
_MY_EMAIL="chris@webarchitects.co.uk"
_XTRAS_LIST="PDS CSF CHV"
_AUTOPILOT=NO
_DEBUG_MODE=NO
_DB_SERVER=MariaDB
_SSH_PORT=22
_LOCAL_DEBIAN_MIRROR="ftp.debian.org"
_LOCAL_UBUNTU_MIRROR="archive.ubuntu.com"
_FORCE_GIT_MIRROR=""
_DNS_SETUP_TEST=YES
_NGINX_EXTRA_CONF=""
_NGINX_WORKERS=AUTO
_PHP_FPM_WORKERS=AUTO
_PHP_FPM_VERSION=5.3
_PHP_CLI_VERSION=5.3
_CUSTOM_CONFIG_CSF=YES
_CUSTOM_CONFIG_SQL=NO
#_CUSTOM_CONFIG_SQL=YES
_CUSTOM_CONFIG_REDIS=NO
_CUSTOM_CONFIG_PHP_5_2=NO
_CUSTOM_CONFIG_PHP_5_3=NO
#_CUSTOM_CONFIG_PHP_5_3=YES
_SPEED_VALID_MAX=3600
_NGINX_DOS_LIMIT=300
#_SYSTEM_UPGRADE_ONLY=YES
_SYSTEM_UPGRADE_ONLY=NO
_NEWRELIC_KEY=
_USE_STOCK=NO
###
### Configuration created on 121215-1545
### with Barracuda version BOA-2.0.4
###
_EXTRA_PACKAGES=
_PHP_EXTRA_CONF=""
_STRONG_PASSWORDS=YES
_DB_BINARY_LOG=NO
_DB_ENGINE=InnoDB
_NGINX_LDAP=NO
_PHP_GEOS=NO
_PHP_MONGODB=NO
_AEGIR_UPGRADE_ONLY=NO
### Squeeze to Wheezy upgrade config
### See /trac/ticket/535
#_SQUEEZE_TO_WHEEZY=YES
_SQUEEZE_TO_WHEEZY=NO
_NGINX_FORWARD_SECRECY=YES
_NGINX_SPDY=YES
_NGINX_NAXSI=NO
_PERMISSIONS_FIX=YES
_MODULES_FIX=YES
_MODULES_SKIP=""
_SSL_FROM_SOURCES=NO
_SSH_FROM_SOURCES=NO
_RESERVED_RAM=0
_PHP_MULTI_INSTALL="5.3"
_CUSTOM_CONFIG_LSHELL=NO
_CUSTOM_CONFIG_PHP55=NO
_CUSTOM_CONFIG_PHP54=NO
_CUSTOM_CONFIG_PHP53=NO
_CUSTOM_CONFIG_PHP52=NO
_CPU_SPIDER_RATIO=3
_CPU_MAX_RATIO=6
_CPU_CRIT_RATIO=9
_PHP_FPM_DENY=""
_REDIS_LISTEN_MODE=PORT
_STRICT_BIN_PERMISSIONS=NO

Note that I have changed _REDIS_LISTEN_MODE=PORT back to PORT as I don't think it'll make a massive performance difference and I'm concerned that it might result in the Redis Munin stats breaking, see ticket:670#comment:20/ This could always be changed next time.

I have also changed _STRICT_BIN_PERMISSIONS=NO as having evenrthing in /bin and /usr/bin only executable by root broke lots of things last time.

Running the update:

barracuda up-stable

Barracuda [Thu May  1 00:21:47 BST 2014] ==> BOA Skynet welcomes you aboard!

Barracuda [Thu May  1 00:21:51 BST 2014] ==> INFO: UPGRADE
Barracuda [Thu May  1 00:21:51 BST 2014] ==> INFO: Reading your /root/.barracuda.cnf config file
Barracuda [Thu May  1 00:21:52 BST 2014] ==> NOTE! Please review all config options displayed below
Barracuda [Thu May  1 00:21:52 BST 2014] ==> NOTE! It will *override* all settings in the Barracuda script
Barracuda [Thu May  1 00:21:53 BST 2014] ==> Legacy PHP-CLI 5.2 is not used on this system
Barracuda [Thu May  1 00:21:53 BST 2014] ==> Legacy PHP-FPM 5.2 is not used on this system

###
### Configuration created on 121215-1545
### with Barracuda version BOA-2.0.4
###
### NOTE: the group of settings displayed bellow will *not* be overriden
### on upgrade by the Barracuda script nor by this configuration file.
### They can be defined only on initial Barracuda install.
###
_HTTP_WILDCARD=YES
_MY_OWNIP="81.95.52.103"
#_MY_OWNIP=""
_MY_HOSTN="puffin.webarch.net"
#_MY_HOSTN=""
_MY_FRONT="master.puffin.webarch.net"
_THIS_DB_HOST=localhost
#_THIS_DB_HOST=FQDN
_SMTP_RELAY_TEST=YES
_SMTP_RELAY_HOST=""
_LOCAL_NETWORK_IP=""
_LOCAL_NETWORK_HN=""
###
### NOTE: the group of settings displayed bellow
### will *override* all listed settings in the Barracuda script,
### both on initial install and upgrade.
###
_MY_EMAIL="chris@webarchitects.co.uk"
_XTRAS_LIST="PDS CSF CHV"
_AUTOPILOT=NO
_DEBUG_MODE=NO
_DB_SERVER=MariaDB
_SSH_PORT=22
_LOCAL_DEBIAN_MIRROR="ftp.debian.org"
_LOCAL_UBUNTU_MIRROR="archive.ubuntu.com"
_FORCE_GIT_MIRROR=""
_DNS_SETUP_TEST=YES
_NGINX_EXTRA_CONF=""
_NGINX_WORKERS=AUTO
_PHP_FPM_WORKERS=AUTO
_PHP_FPM_VERSION=5.3
_PHP_CLI_VERSION=5.3
_CUSTOM_CONFIG_CSF=YES
_CUSTOM_CONFIG_SQL=NO
#_CUSTOM_CONFIG_SQL=YES
_CUSTOM_CONFIG_REDIS=NO
_CUSTOM_CONFIG_PHP_5_2=NO
_CUSTOM_CONFIG_PHP_5_3=NO
#_CUSTOM_CONFIG_PHP_5_3=YES
_SPEED_VALID_MAX=3600
_NGINX_DOS_LIMIT=300
#_SYSTEM_UPGRADE_ONLY=YES
_SYSTEM_UPGRADE_ONLY=NO
_NEWRELIC_KEY=
_USE_STOCK=NO
###
### Configuration created on 121215-1545
### with Barracuda version BOA-2.0.4
###
_EXTRA_PACKAGES=
_PHP_EXTRA_CONF=""
_STRONG_PASSWORDS=YES
_DB_BINARY_LOG=NO
_DB_ENGINE=InnoDB
_NGINX_LDAP=NO
_PHP_GEOS=NO
_PHP_MONGODB=NO
_AEGIR_UPGRADE_ONLY=NO
### Squeeze to Wheezy upgrade config
### See /trac/ticket/535
#_SQUEEZE_TO_WHEEZY=YES
_SQUEEZE_TO_WHEEZY=NO
_NGINX_FORWARD_SECRECY=YES
_NGINX_SPDY=YES
_NGINX_NAXSI=NO
_PERMISSIONS_FIX=YES
_MODULES_FIX=YES
_MODULES_SKIP=""
_SSL_FROM_SOURCES=NO
_SSH_FROM_SOURCES=NO
_RESERVED_RAM=0
_PHP_MULTI_INSTALL="5.3"
_CUSTOM_CONFIG_LSHELL=NO
_CUSTOM_CONFIG_PHP55=NO
_CUSTOM_CONFIG_PHP54=NO
_CUSTOM_CONFIG_PHP53=NO
_CUSTOM_CONFIG_PHP52=NO
_CPU_SPIDER_RATIO=3
_CPU_MAX_RATIO=6
_CPU_CRIT_RATIO=9
_PHP_FPM_DENY=""
_REDIS_LISTEN_MODE=PORT
_STRICT_BIN_PERMISSIONS=NO
_DB_SERIES=5.5

Do you want to proceed with the upgrade? [Y/n] Y

Barracuda [Thu May  1 00:22:35 BST 2014] ==> INFO: Checking your system version...

Barracuda [Thu May  1 00:22:35 BST 2014] ==> Aegir on Debian/wheezy - Skynet Agent v.BOA-2.2.3

Barracuda [Thu May  1 00:22:35 BST 2014] ==> INFO: Updating packages sources list...
Barracuda [Thu May  1 00:22:35 BST 2014] ==> INFO: We will use Debian mirror ftp.debian.org

Barracuda [Thu May  1 00:22:46 BST 2014] ==> INFO: Downloading little helpers...
Barracuda [Thu May  1 00:22:48 BST 2014] ==> INFO: Checking BARRACUDA version...
Barracuda [Thu May  1 00:22:48 BST 2014] ==> INFO: BARRACUDA version test: OK

Barracuda [Thu May  1 00:22:48 BST 2014] ==> UPGRADE START -> checkpoint:

  * Your e-mail address appears to be chris@webarchitects.co.uk - is that correct?
  * Your server hostname is puffin.webarch.net.
  * Your Aegir control panel is/will be available at https://master.puffin.webarch.net.


Do you want to proceed with the upgrade? [Y/n] Y

Barracuda [Thu May  1 00:23:05 BST 2014] ==> INFO: Cleaning up temp files in /var/opt/
Barracuda [Thu May  1 00:23:05 BST 2014] ==> INFO: Installing extra Drush versions
Barracuda [Thu May  1 00:23:05 BST 2014] ==> INFO: Drush mini-4-14-03-2014 installation complete
Barracuda [Thu May  1 00:23:05 BST 2014] ==> INFO: Drush mini-6-01-04-2014 installation complete
Barracuda [Thu May  1 00:23:06 BST 2014] ==> INFO: Running aptitude update...
Barracuda [Thu May  1 00:23:49 BST 2014] ==> INFO: Upgrading required libraries and tools
Barracuda [Thu May  1 00:23:49 BST 2014] ==> NOTE! This step may take a few minutes, please wait...
Barracuda [Thu May  1 00:24:36 BST 2014] ==> INFO: Testing Nginx version...
Barracuda [Thu May  1 00:24:36 BST 2014] ==> INFO: Installed Nginx version nginx/1.5.13, OK
Barracuda [Thu May  1 00:24:37 BST 2014] ==> INFO: Running aptitude full-upgrade, please wait...
Barracuda [Thu May  1 00:24:36 BST 2014] ==> INFO: Installed Nginx version nginx/1.5.13, OK
Barracuda [Thu May  1 00:25:05 BST 2014] ==> INFO: Installed Nginx version nginx/1.5.13, OK
Barracuda [Thu May  1 00:25:05 BST 2014] ==> INFO: Installing MySecureShell 1.32...
Barracuda [Thu May  1 00:25:32 BST 2014] ==> INFO: Fix #1 for libs in Debian wheezy
Barracuda [Thu May  1 00:25:32 BST 2014] ==> INFO: Checking SMTP connections...
Barracuda [Thu May  1 00:25:32 BST 2014] ==> INFO: Upgrading a few more tools...
Barracuda [Thu May  1 00:25:36 BST 2014] ==> INFO: Checking if PHP upgrade is available
Barracuda [Thu May  1 00:25:43 BST 2014] ==> INFO: PHP EXTRA is --with-ldap --with-gmp --with-xpm-dir=/usr
Barracuda [Thu May  1 00:25:43 BST 2014] ==> INFO: Installed PHP version 5.3.28, OK
Barracuda [Thu May  1 00:25:43 BST 2014] ==> INFO: PHP 5.3.28 rebuild required to include MariaDB 5.5.37 libs
Barracuda [Thu May  1 00:25:43 BST 2014] ==> INFO: Installing PHP-FPM 5.3.28
Barracuda [Thu May  1 00:25:43 BST 2014] ==> NOTE! This step may take longer than 8 minutes, please wait...
Barracuda [Thu May  1 00:25:51 BST 2014] ==> INFO: Installing PHP-FPM 5.3.28 part 1/3
Barracuda [Thu May  1 00:25:52 BST 2014] ==> INFO: Installing PHP-FPM 5.3.28 part 2/3
Barracuda [Thu May  1 00:25:52 BST 2014] ==> INFO: Installing PHP-FPM 5.3.28 part 2/3
Barracuda [Thu May  1 00:27:57 BST 2014] ==> INFO: Installing PHP-FPM 5.3.28 part 3/3
Barracuda [Thu May  1 00:40:32 BST 2014] ==> INFO: Installing Zend OPcache for PHP-FPM 5.3.28...
Barracuda [Thu May  1 00:40:54 BST 2014] ==> INFO: Installing PhpRedis for PHP-FPM 5.3.28...
Barracuda [Thu May  1 00:41:16 BST 2014] ==> INFO: Installing UploadProgress for PHP-FPM 5.3.28...
Barracuda [Thu May  1 00:41:27 BST 2014] ==> INFO: Installing JSMin for PHP-FPM 5.3.28...
Barracuda [Thu May  1 00:41:39 BST 2014] ==> INFO: Installing Imagick for PHP-FPM 5.3.28...
Barracuda [Thu May  1 00:42:02 BST 2014] ==> INFO: Installing MailParse for PHP-FPM 5.3.28...
Barracuda [Thu May  1 00:42:17 BST 2014] ==> INFO: Installed Redis version 2.8.8, OK
Barracuda [Thu May  1 00:42:17 BST 2014] ==> INFO: Installing Redis update for Debian/wheezy...                                            \
Barracuda [Thu May  1 00:43:21 BST 2014] ==> INFO: Generating random password for Redis server
Barracuda [Thu May  1 00:43:21 BST 2014] ==> INFO: Updating MariaDB and PHP configuration
Barracuda [Thu May  1 00:43:22 BST 2014] ==> INFO: Running MySQLTuner check on all databases...
Barracuda [Thu May  1 00:43:22 BST 2014] ==> NOTE! This step may take a LONG time, please wait...
Barracuda [Thu May  1 00:43:37 BST 2014] ==> INFO: OS and services upgrade completed
Barracuda [Thu May  1 00:43:37 BST 2014] ==> INFO: Restarting MariaDB server, please wait...
Barracuda [Thu May  1 00:43:53 BST 2014] ==> INFO: Upgrading MariaDB tables if necessary, please wait a minute...                           |
Do you want to upgrade Aegir Master Instance? [Y/n] Y
Please answer yes or no
Do you want to upgrade Aegir Master Instance? [Y/n] Yes
Barracuda [Thu May  1 00:46:27 BST 2014] ==> INFO: Running Aegir Master Instance upgrade
Barracuda [Thu May  1 00:46:28 BST 2014] ==> INFO: Syncing provision backend db_passwd...
Barracuda [Thu May  1 00:46:32 BST 2014] ==> INFO: Running hosting-dispatch (1/3)...
Barracuda [Thu May  1 00:46:45 BST 2014] ==> INFO: Running hosting-dispatch (2/3)...
Barracuda [Thu May  1 00:46:53 BST 2014] ==> INFO: Running hosting-dispatch (3/3)...
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Syncing hostmaster frontend db_passwd...
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Testing previous install...
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Test OK, we can proceed with Hostmaster upgrade
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Moving old directories
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Downloading drush...
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Drush seems to be functioning properly
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Installing provision backend in /var/aegir/.drush
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Downloading Drush and Provision extensions...
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Running hostmaster-migrate, please wait...
Barracuda [Thu May  1 00:47:25 BST 2014] ==> INFO: Syncing hostmaster frontend db_passwd...
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Testing previous install...
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Test OK, we can proceed with Hostmaster upgrade
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Moving old directories
Barracuda [Thu May  1 00:46:54 BST 2014] ==> INFO: Downloading drush...
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Drush seems to be functioning properly
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Installing provision backend in /var/aegir/.drush
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Downloading Drush and Provision extensions...
Barracuda [Thu May  1 00:46:55 BST 2014] ==> INFO: Running hostmaster-migrate, please wait...
Barracuda [Thu May  1 00:47:25 BST 2014] ==> INFO: Syncing hostmaster frontend db_passwd...
Barracuda [Thu May  1 00:48:08 BST 2014] ==> INFO: Aegir Master Instance upgrade completed
Barracuda [Thu May  1 00:48:15 BST 2014] ==> INFO: Upgrading Chive MariaDB Manager...
Barracuda [Thu May  1 00:48:16 BST 2014] ==> INFO: _PHP_CN set to www53 for Chive MariaDB Manager
Barracuda [Thu May  1 00:48:27 BST 2014] ==> INFO: Restarting Redis, PHP-FPM and Nginx
Barracuda [Thu May  1 00:48:35 BST 2014] ==> INFO: Restarting MariaDB server
Barracuda [Thu May  1 00:48:45 BST 2014] ==> INFO: New secure random password for MariaDB generated and updated
Barracuda [Thu May  1 00:48:46 BST 2014] ==> INFO: New entry added to /var/log/barracuda_log.txt
Barracuda [Thu May  1 00:48:46 BST 2014] ==> INFO: Cleaning up system swap, it may take a moment, please wait...
Barracuda [Thu May  1 00:48:51 BST 2014] ==> CARD: Now charging your credit card for this auto-upgrade magic...
Barracuda [Thu May  1 00:48:57 BST 2014] ==> JOKE: Just kidding! Enjoy your Aegir Hosting System :)
Barracuda [Thu May  1 00:48:57 BST 2014] ==> Final post-upgrade cleaning, please wait a moment...
Barracuda [Thu May  1 00:56:37 BST 2014] ==> BYE!

BARRACUDA upgrade completed
Bye

And now the step that I forgot to run last time:

octopus up-stable all both
load is 9 while maxload is 600
Octopus upgrade for User /data/disk/tn
Waiting 8 seconds...

Octopus [Thu May  1 00:57:35 BST 2014] ==> BOA Skynet welcomes you aboard!

Octopus [Thu May  1 00:57:38 BST 2014] ==> INFO: Reading your /root/.tn.octopus.cnf config file
Octopus [Thu May  1 00:57:39 BST 2014] ==> NOTE! Please review all config options displayed below

###
### Configuration created on 121215-1617 with
### Octopus version BOA-2.0.4
###
### NOTE: the group of settings displayed bellow
### will *override* all listed settings in the Octopus script.
###
_USER="tn"
_MY_EMAIL="chris@webarchitects.co.uk"
_PLATFORMS_LIST="D7P OA7"
_ALLOW_UNSUPPORTED=NO
_AUTOPILOT=YES
_HM_ONLY=NO
_O_CONTRIB_UP=YES
_DEBUG_MODE=NO
_MY_OWNIP=
_FORCE_GIT_MIRROR=""
_THIS_DB_HOST=localhost
_DNS_SETUP_TEST=NO
_HOT_SAUCE=NO
_USE_CURRENT=YES
_REMOTE_CACHE_IP=127.0.0.1
_LOCAL_NETWORK_IP=
_PHP_FPM_VERSION=5.3
_PHP_CLI_VERSION=5.3
_USE_STOCK=NO
###
### NOTE: the group of settings displayed bellow will be *overriden*
### by config files stored in the /data/disk/tn/log/ directory,
### but only on upgrade.
###
_DOMAIN="tn.puffin.webarch.net"
_CLIENT_EMAIL="chris@webarchitects.co.uk"
_CLIENT_OPTION="SSD"
_CLIENT_SUBSCR="Y"
_CLIENT_CORES="14"
###
### Configuration created on 121215-1617 with
### Octopus version BOA-2.0.4
###
_STRONG_PASSWORDS=NO
_DEL_OLD_EMPTY_PLATFORMS=90
_SQL_CONVERT=NO
_DEL_OLD_BACKUPS=0
_DEL_OLD_TMP=0
_PHP_FPM_WORKERS=AUTO
_PHP_FPM_TIMEOUT=AUTO
_PHP_FPM_DENY=""
_RESERVED_RAM=0

Octopus [Thu May  1 00:57:43 BST 2014] ==> UPGRADE in progress...

Octopus [Thu May  1 00:57:43 BST 2014] ==> START -> checkpoint:

  * Your Aegir control panel for this instance is available at https://tn.puffin.webarch.net
  * Your Aegir system user for this instance is tn
  * This Octopus will use PHP-CLI 5.3 for all sites
  * This Octopus will use PHP-FPM 5.3 both for D6 and D7 sites
  * This Octopus includes platforms: D7P OA7 / Unsupported: NO
  * This Octopus options are listed as SSD / Y / 14 C


Octopus [Thu May  1 00:57:43 BST 2014] ==> 8s before we will continue...

Octopus [Thu May  1 00:57:57 BST 2014] ==> UPGRADE A: Aegir automated install script part A
Octopus [Thu May  1 00:57:57 BST 2014] ==> UPGRADE A: Checking OCTOPUS version...
Octopus [Thu May  1 00:57:57 BST 2014] ==> UPGRADE A: OCTOPUS version test: OK
Octopus [Thu May  1 00:57:57 BST 2014] ==> UPGRADE A: Shared platforms code v.005 (hot new) will be created
Octopus [Thu May  1 00:57:57 BST 2014] ==> UPGRADE A: Creating directories with correct permissions...
Octopus [Thu May  1 00:57:57 BST 2014] ==> UPGRADE A: Syncing provision backend db_passwd...
Octopus [Thu May  1 00:58:00 BST 2014] ==> UPGRADE A: Running hosting-dispatch (1/3)...
Octopus [Thu May  1 00:58:19 BST 2014] ==> UPGRADE A: Running hosting-dispatch (2/3)...
Octopus [Thu May  1 00:58:27 BST 2014] ==> UPGRADE A: Running hosting-dispatch (3/3)...
Octopus [Thu May  1 00:58:29 BST 2014] ==> UPGRADE A: Syncing hostmaster frontend db_passwd...
Octopus [Thu May  1 00:58:29 BST 2014] ==> UPGRADE A: Switching user and running AegirSetupB...
Octopus [Thu May  1 00:58:30 BST 2014] ==> UPGRADE B: Aegir automated install script part B
Octopus [Thu May  1 00:58:30 BST 2014] ==> UPGRADE B: Creating directories with correct permissions
Octopus [Thu May  1 00:58:30 BST 2014] ==> UPGRADE B: Running standard installer
Octopus [Thu May  1 00:58:30 BST 2014] ==> UPGRADE B: Downloading drush...
Octopus [Thu May  1 00:58:31 BST 2014] ==> UPGRADE B: Drush seems to be functioning properly
Octopus [Thu May  1 00:58:31 BST 2014] ==> UPGRADE B: Installing provision backend in /data/disk/tn/.drush
Octopus [Thu May  1 00:58:31 BST 2014] ==> UPGRADE B: Downloading Drush and Provision extensions...
Octopus [Thu May  1 00:58:31 BST 2014] ==> UPGRADE B: Testing previous install...
Octopus [Thu May  1 00:58:31 BST 2014] ==> UPGRADE B: Hostmaster STATUS: upgrade start
Octopus [Thu May  1 00:58:31 BST 2014] ==> UPGRADE B: Running hostmaster-migrate, please wait...
Octopus [Thu May  1 00:59:21 BST 2014] ==> UPGRADE B: Hostmaster STATUS: upgrade completed
Octopus [Thu May  1 00:59:21 BST 2014] ==> UPGRADE B: Simple check if Aegir upgrade is successful
Octopus [Thu May  1 00:59:21 BST 2014] ==> UPGRADE B: Aegir upgrade test result: OK
Octopus [Thu May  1 00:59:21 BST 2014] ==> UPGRADE B: Enhancing Aegir UI, please wait...
Octopus [Thu May  1 00:59:56 BST 2014] ==> UPGRADE A: Syncing hostmaster frontend db_passwd...
Octopus [Thu May  1 00:59:56 BST 2014] ==> UPGRADE A: Aegir Satellite Instance upgrade completed

Octopus [Thu May  1 01:00:08 BST 2014] ==> UPGRADE A: Creating shared directories...
Octopus [Thu May  1 01:00:34 BST 2014] ==> UPGRADE A: Running o_contrib modules check and upgrade...
Octopus [Thu May  1 01:00:34 BST 2014] ==> UPGRADE A: Switching user and running Platforms build
Octopus [Thu May  1 01:00:34 BST 2014] ==> UPGRADE C: Aegir automated install script part C
Octopus [Thu May  1 01:00:34 BST 2014] ==> UPGRADE C: Shared platforms code v.005 (hot new) will be created

Octopus [Thu May  1 01:00:42 BST 2014] ==> DISTRO: Drupal 7.27.1 P.005 installation in progress...
Octopus [Thu May  1 01:00:42 BST 2014] ==> DISTRO: Drupal 7.27.1 P.005 installation completed

Octopus [Thu May  1 01:00:42 BST 2014] ==> DISTRO: Open Atrium 2.17 7.27.1 P.005 installation in progress...
Octopus [Thu May  1 01:00:55 BST 2014] ==> DISTRO: Open Atrium 2.17 7.27.1 P.005 installation completed

Octopus [Thu May  1 01:00:55 BST 2014] ==> UPGRADE C: Removing some unused core files...
Octopus [Thu May  1 01:00:55 BST 2014] ==> UPGRADE C: Running Platforms Save & Verify tasks, please wait...
Octopus [Thu May  1 01:00:57 BST 2014] ==> UPGRADE A: Platforms installation completed
Octopus [Thu May  1 01:00:57 BST 2014] ==> UPGRADE A: Cleaning up various dot files...
Octopus [Thu May  1 01:01:02 BST 2014] ==> UPGRADE A: Creating ftp symlinks
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: Preparing setupmail.txt
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: Resending setup e-mail on upgrade...
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: New entry added to /data/disk/tn/log/octopus_log.txt
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: Final cleaning, please wait a moment...
Octopus [Thu May  1 01:00:55 BST 2014] ==> UPGRADE C: Removing some unused core files...
Octopus [Thu May  1 01:00:55 BST 2014] ==> UPGRADE C: Running Platforms Save & Verify tasks, please wait...
Octopus [Thu May  1 01:00:57 BST 2014] ==> UPGRADE A: Platforms installation completed
Octopus [Thu May  1 01:00:57 BST 2014] ==> UPGRADE A: Cleaning up various dot files...
Octopus [Thu May  1 01:01:02 BST 2014] ==> UPGRADE A: Creating ftp symlinks
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: Preparing setupmail.txt
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: Resending setup e-mail on upgrade...
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: New entry added to /data/disk/tn/log/octopus_log.txt
Octopus [Thu May  1 01:01:03 BST 2014] ==> UPGRADE A: Final cleaning, please wait a moment...
Octopus [Thu May  1 01:02:35 BST 2014] ==> UPGRADE A: Adding missing strongarm module to old FServer platforms
Octopus [Thu May  1 01:02:35 BST 2014] ==> UPGRADE A: Fixing context version in FServer platforms
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/purge with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/expire with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/httprl with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/boost with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/phpass with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/advagg with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/force_password_change with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/fpa with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/views_cache_bully with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/views_content_cache with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/panels_content_cache with latest release
Octopus [Thu May  1 01:02:36 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib/cdn with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/purge with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/expire with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/httprl with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/boost with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/phpass with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/advagg with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/force_password_change with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/fpa with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/views_cache_bully with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/views_content_cache with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/panels_content_cache with latest release
Octopus [Thu May  1 01:02:38 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib/cdn with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/purge with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/expire with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/httprl with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/boost with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/phpass with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/advagg with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/force_password_change with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/fpa with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/views_cache_bully with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/views_content_cache with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/panels_content_cache with latest release
Octopus [Thu May  1 01:02:41 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib/cdn with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/purge with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/expire with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/httprl with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/boost with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/phpass with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/advagg with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/force_password_change with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/fpa with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/views_cache_bully with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/views_content_cache with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/panels_content_cache with latest release
Octopus [Thu May  1 01:02:44 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib/cdn with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/purge with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/expire with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/httprl with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/filefield_nginx_progress with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/boost with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/speedy with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/entitycache with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/taxonomy_edge with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/advagg with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/force_password_change with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/fpa with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/views_cache_bully with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/views_content_cache with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/panels_content_cache with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/display_cache with latest release
Octopus [Thu May  1 01:02:46 BST 2014] ==> UPGRADE A: Replaced /data/all/001/o_contrib_seven/cdn with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/purge with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/expire with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/httprl with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/filefield_nginx_progress with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/boost with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/speedy with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/entitycache with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/taxonomy_edge with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/advagg with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/force_password_change with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/fpa with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/views_cache_bully with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/views_content_cache with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/panels_content_cache with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/display_cache with latest release
Octopus [Thu May  1 01:02:53 BST 2014] ==> UPGRADE A: Replaced /data/all/002/o_contrib_seven/cdn with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/purge with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/expire with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/httprl with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/filefield_nginx_progress with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/boost with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/speedy with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/entitycache with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/taxonomy_edge with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/advagg with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/force_password_change with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/fpa with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/views_cache_bully with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/views_content_cache with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/panels_content_cache with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/display_cache with latest release
Octopus [Thu May  1 01:02:59 BST 2014] ==> UPGRADE A: Replaced /data/all/003/o_contrib_seven/cdn with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/purge with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/expire with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/httprl with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/filefield_nginx_progress with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/boost with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/speedy with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/entitycache with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/taxonomy_edge with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/advagg with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/force_password_change with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/fpa with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/views_cache_bully with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/views_content_cache with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/panels_content_cache with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/display_cache with latest release
Octopus [Thu May  1 01:03:05 BST 2014] ==> UPGRADE A: Replaced /data/all/004/o_contrib_seven/cdn with latest release
Octopus [Thu May  1 01:03:11 BST 2014] ==> UPGRADE A: Starting the cron now
Octopus [Thu May  1 01:03:11 BST 2014] ==> UPGRADE A: All done!
Octopus [Thu May  1 01:03:11 BST 2014] ==> BYE!
Waiting 4 seconds...
Done for /data/disk/tn



OCTOPUS upgrade completed
Bye

This email was sent:

From: chris@webarchitects.co.uk
Date: Thu, 01 May 2014 01:01:03 +0100
To: chris@webarchitects.co.uk
Subject: Your Aegir Upgrade on Thu May  1 01:01:03 BST 2014 [tn]

Hello,

Your Aegir Hosting System has been upgraded to version BOA-2.2.3

  https://tn.puffin.webarch.net

There are many changes, improvements and fixes in this release.

It is very important that you read release notes and changelog
posted on our website at:

  https://omega8.cc/updates

Questions? Comments? Please contact us:

  https://omega8.cc/support

Thank you,
Omega8.cc Team

The site appears to be working OK, I'll pick up on any issues such as broken Munin graphs and check the cronjob is running in the morning.

comment:3 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.25
  • Total Hours changed from 1.15 to 1.4

These graphs stooped after the upgrade:

So the edit documented here wiki:PuffinServer#nginxconfigchanges was applied, Nginx was restarted and it was tested using Lynx:

lynx -dump http://127.0.0.1/fpm-status
pool:                 www53
process manager:      ondemand
start time:           01/May/2014:01:03:12 +0100
start since:          35579
accepted conn:        8
listen queue:         0
max listen queue:     0
listen queue len:     65535
idle processes:       1
active processes:     1
total processes:      2
max active processes: 1
max children reached: 0

So that should start working.

comment:4 follow-up: ↓ 5 Changed 3 years ago by chris

Cron is working OK now, see ticket:724#comment:11

I think this ticket is basically done apart from the outstanding issue of the documentation on the wiki page being out of date, specifically these sections:

comment:5 in reply to: ↑ 4 Changed 3 years ago by chris

  • Status changed from new to closed
  • Resolution set to fixed

Replying to chris:

I think this ticket is basically done apart from the outstanding issue of the documentation on the wiki page being out of date, specifically these sections:

Closing this ticket and carrying the above forward to the BOA-2.2.4 ticket, ticket:725

Note: See TracTickets for help on using tickets.