Changes between Version 5 and Version 44 of Ticket #610
- Timestamp:
- 01/10/14 19:38:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #610
- Property Priority changed from blocker to critical
- Property Total Hours changed from 0.15 to 8.75
- Property Summary changed from Aegir migrate tasks hang on Drushrc load to Aegir database intensive (migrate, clone, restore) tasks hang for larger sites
- Property Add Hours to Ticket changed from 0.05 to 0.6
- Property Milestone changed from to Maintenance
-
Ticket #610 – Description
v5 v44 1 As part of work on #582, I've built the new platform for TN.org but the migration of the STG website does not work. 1 Large sites (TN.org and variants) will simply not complete their migrate, clone or restore tasks in Aegir. 2 2 3 Tried for Aegir UI and via Drush command line.3 However, smaller sites are fine, and all tasks work for them. 4 4 5 I think we need to update octopus in line with the recent changes to Barracuda... 5 The process largely completes -- codebase installs, database is cloned, symlinks for sites aliases and files created... BUT the process never completes in Aegir, so the final steps of switching a site's served location never occurs. 6 6 7 Per [http://drupalcode.org/project/octopus.git/blob/HEAD:/docs/UPGRADE.txt the docs], the command is: 8 {{{ 9 octopus up-stable tn 10 }}} 11 12 I'll do this tonight at 9pm. 13 14 ---- 15 16 The actual point it fails at is loading the Drushrc.php file: 17 {{{ 18 drush @stg.transitionnetwork.org provision-migrate '@platform_TransitionNetworkD6S006' --backend --debug -v 19 Bootstrap to phase 0. [0.03 sec, 2.87 MB] [bootstrap] 20 Drush bootstrap phase : _drush_bootstrap_drush() [0.04 sec, 3.09 MB] [bootstrap] 21 Load alias @stg.transitionnetwork.org [0.04 sec, 3.1 MB] [notice] 22 Loading drushrc "/data/disk/tn/static/transition-network-d6-s002/sites/stg.transitionnetwork.org/drushrc.php" into "site" scope. [0.04 sec, 3.11 MB] [bootstrap] 23 --- HANGS --- 24 }}} 25 26 It could just be STG affected... I'll try migrating the spaces site right now as a test. 7 Useful links/comments in this issue: 8 * [https://tech.transitionnetwork.org/trac/ticket/610#comment:30 Tests of Aegir commands] 9 * [https://drupal.org/node/984256 https://drupal.org/node/984256] 10 * [https://omega8.cc/aegir-task-fails-or-spins-forever-126 How to fix: Aegir task fails or spins forever]