Here's the output from my attempt. I'm trying to upgrade from 6.x-1.9 to 6.x-1.11 so I can then upgrade to Aegir 2.0
As you see, the main culprit is Modal Frame. Its not finding the old release version on drupal.org. If you go to the project page , the older releases aren't there anymore.
I've filed an issue at https://drupal.org/node/2202415
but I wonder if anyone knows a way to bypass this in the script.
Any ideas?
===========================
==> Drush is in the path, good
==> Aegir C automated upgrade script
==> This script makes the following assumptions:
* you have read http://community.aegirproject.org/upgrading and have aprepared the server accordingly
* you are executing this script as your "aegir" user
* that the following settings are correct
The Aegir version to upgrade to is 6.x-1.11
The Aegir home dir is /var/aegir
The new hostmaster platform will be /var/aegir/hostmaster-6.x-1.11
Your Aegir domain is book01.greatcms.com
Your old hostmaster platform was /var/aegir/hostmaster-6.x-1.9
The Drush command is "drush"
The version of Drush will be 7.x-4.5
The version of Drush Make will be 6.x-2.3
Do you want to proceed with the upgrade? [Y/n] y
==> Moving existing drush into /var/aegir/pre-upgrade-2014-02-21-1153
--2014-02-21 11:54:03-- http://ftp.drupal.org/files/projects/drush-7.x-4.5.tar.gz
Resolving ftp.drupal.org... 140.211.166.134
Connecting to ftp.drupal.org|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 282760 (276K) [application/x-gzip]
Saving to: `drush-7.x-4.5.tar.gz'
100%[=====================================================================================================================>] 282,760 791K/s in 0.3s
2014-02-21 11:54:04 (791 KB/s) - `drush-7.x-4.5.tar.gz' saved [282760/282760]
==> Moving existing provision into /var/aegir/pre-upgrade-2014-02-21-1153
--2014-02-21 11:54:04-- http://ftp.drupal.org/files/projects/provision-6.x-1.11.tar.gz
Resolving ftp.drupal.org... 140.211.166.134
Connecting to ftp.drupal.org|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 124692 (122K) [application/x-gzip]
Saving to: `provision-6.x-1.11.tar.gz'
100%[=====================================================================================================================>] 124,692 527K/s in 0.2s
2014-02-21 11:54:04 (527 KB/s) - `provision-6.x-1.11.tar.gz' saved [124692/124692]
==> Moving existing drush_make into /var/aegir/pre-upgrade-2014-02-21-1153
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
ViewVC Exception
An Exception Has Occurred
Checkout view is disabled
HTTP Response Status
403 Forbidden
Project drush_make (6.x-2.3) downloaded to /var/aegir/.drush/drush_make. [success]
Project drush_make contains 0 modules: .
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
ViewVC Exception
An Exception Has Occurred
Checkout view is disabled
HTTP Response Status
403 Forbidden
This command will operate the following changes in your system:
1. verify the server and the hostmaster site (provision-verify)
2. verify the new platform (which will download it if missing)
3. stop the queue (hosting-pause)
4. attempt a migration to the new platform (provision-migrate)
5. start the queue (hosting-resume)
We are making the following assumptions:
* you have read UPGRADE.txt
* you are executing this script as your "aegir" user
Do you really want to proceed with the upgrade? (y/n): y
The external command could not be executed due to an application error. [error]
Project information for drupal retrieved. [ok]
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-6.30.tar.gz. [ok]
hostmaster cloned from http://git.drupal.org/project/hostmaster.git. [ok]
Checked out tag 6.x-1.11. [ok]
Found makefile: hostmaster.make [ok]
Project information for admin_menu retrieved. [ok]
Project information for openidadmin retrieved. [ok]
Project information for install_profile_api retrieved. [ok]
Project information for jquery_ui retrieved. [ok]
Project information for modalframe retrieved. [ok]
Invalid version 1.6 for modalframe. [error]
Non-existent project type on project modalframe [error]
admin_menu downloaded from http://ftp.drupal.org/files/projects/admin_menu-6.x-1.8.tar.gz. [ok]
openidadmin downloaded from http://ftp.drupal.org/files/projects/openidadmin-6.x-1.2.tar.gz. [ok]
install_profile_api downloaded from http://ftp.drupal.org/files/projects/install_profile_api-6.x-2.1.tar.gz. [ok]
jquery_ui downloaded from http://ftp.drupal.org/files/projects/jquery_ui-6.x-1.3.tar.gz. [ok]
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function make() on a non-object in /var/aegir/.drush/drush_make/drush_make.drush.inc, line 233
Output from failed command : [error]
Fatal error: Call to a member function make() on a non-object in /var/aegir/.drush/drush_make/drush_make.drush.inc on line 233
Could not download platform using drush make. No platform present
===========================
Comments
Comment #1
adarkling commentedIts a makefile issue.
Addressed and patched in https://drupal.org/node/2191827