Posted by qbnflaco on December 22, 2009 at 5:21am
I tried to upgrade about 6 site simultaniously to the latest acquia drupal by migrating the whole platform instead of one by one. It locked up my server and I had to do a hard reboot. The items are still in queue and they are all stuck at the step...
Running: /usr/bin/php /var/aegir/drush/drush.php --root='/var/aegir/platforms/acquia-drupal-1.2.19' 'provision' 'migrate' 'site.com' '/var/aegir/platforms/acquia-drupal-1.2.20' --backend
how can I stop this and manually do one by one??
Thanks!

Comments
I would delete the queue from
I would delete the queue from the hosting_task table (the relevant tasks) and then just run from the command line,
drush --root=firstplatform provision migrate site.com newplatform
for each one.
good luck!
Thanks! The delete was able
Thanks! The delete was able to remove them. I'll try running migrate through drush manually tomorrow.
I had to manually go in and
I had to manually go in and delete some folders that had been already created in the new platform sites folder. Seems to be working however, for some reason the queue list on the right bar still has the migrate items listed. It doesn't seem to be updating. How can I remove those?
They're just nodes. Should be
They're just nodes. Should be able to delete them too.
(edit: i.e right click on the View button and open it as a node minus the popup stuff, then the Edit tab.. or via /admin/content/node )
ah perfect! I forgot about
ah perfect! I forgot about those being nodes. thanks for the help!