
upgrade.sh.txt per default tries to update from rc2.
OLD_DRUPAL_DIR=$AEGIR_HOME/hostmaster-6.x-1.0-rc2
Shouldn't that be rc3?
OLD_DRUPAL_DIR=$AEGIR_HOME/hostmaster-6.x-1.0-rc3
Comment | File | Size | Author |
---|---|---|---|
#1 | upgrade.sh_.txt-old-drupal-dir-rc2-1117776-1.patch | 474 bytes | sanduhrs |
Comments
Comment #1
sanduhrsPatch attached.
Comment #2
sanduhrsComment #3
anarcat CreditAttribution: anarcat commentedI have reshuffled the upgrade.sh.txt significantly to stop guessing and just take the platform path from what's already configured. There's also more sanity checks in the new script.
Can you try again with the following script?
http://drupalcode.org/project/provision.git/blob_plain/HEAD:/upgrade.sh.txt
Thanks.