Closed (fixed)
Project:
Provision
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 18:40 UTC
Updated:
20 Apr 2011 at 20:01 UTC
I could have sworn I fixed this, it seems I failed:
Do you really want to proceed with the upgrade? (y/n): y
array_key_exists(): The second argument should be either an array or [warning]
an object verify.provision.inc:28
array_key_exists(): The second argument should be either an array or [warning]
an object verify.provision.inc:28
no crontab for aegir
The drush command 'hosting-pause' could not be found. [error]
The code even explicitely says we ignore errors, obviously that doesn't work:
// we ignore errors here through integrate = FALSE
provision_backend_invoke(drush_get_option('site_name'), 'hosting-pause', array(), array('#integrate' => FALSE));
Comments
Comment #1
anarcat commentedi fixed this in hostmaster and provision, by bringing back hostmaster-migrate, i'll need to release a hotfix release.
Comment #2
anarcat commented