Executing hosting_update_6004 [25.66 sec, 6.31 MB]                                                                                                                                  [success]
Executing hosting_update_6005 [25.66 sec, 6.31 MB]                                                                                                                                  [success]
Executing hosting_client_update_8 [25.66 sec, 6.31 MB]                                                                                                                              [success]
CREATE TABLE {hosting_platform_client_access}                                                                                                                                       [success]
                       (pid int(10) unsigned NOT NULL default '0',
                        cid int(10) unsigned NOT NULL default '0') [25.66 sec, 6.32 MB]
Executing hosting_db_server_update_6000 [25.66 sec, 6.32 MB]                                                                                                                        [success]
WD php: Column count doesn't match value count at row 1                                                                                                                             [error]
query: INSERT INTO hosting_service SELECT nid, vid, 'db', 'mysql' FROM hosting_db_server in
/var/aegir/hostmaster-0.4-pre-alpha6/profiles/hostmaster/modules/hosting/db_server/hosting_db_server.install on line 79. [25.66 sec, 6.32 MB]
Executing hosting_package_update_6002 [25.66 sec, 6.32 MB]                                                                                                                          [success]
ALTER TABLE {hosting_package} ADD `old_short_name` LONGTEXT NOT NULL DEFAULT '' [25.66 sec, 6.32 MB]                                                                      [success]
Executing hosting_platform_update_6001 [25.66 sec, 6.32 MB]                                                                                                                         [success]
ALTER TABLE {hosting_platform} ADD COLUMN status int(11) NOT NULL default '1' [25.66 sec, 6.32 MB]                                                                        [success]
Executing hosting_platform_update_6002 [25.66 sec, 6.32 MB]                                                                                                                         [success]
Executing hosting_web_server_update_6000 [25.66 sec, 6.32 MB]                                                                                                                       [success]
WD php: Column count doesn't match value count at row 1                                                                                                                             [error]
query: INSERT INTO hosting_service SELECT nid, vid, 'http', 'apache' FROM hosting_web_server in
/var/aegir/hostmaster-0.4-pre-alpha6/profiles/hostmaster/modules/hosting/web_server/hosting_web_server.install on line 73. [25.66 sec, 6.32 MB]
ALTER TABLE {hosting_web_server} DROP ip_address [25.66 sec, 6.32 MB]                                                                                                               [success]
ALTER TABLE {hosting_web_server} DROP script_user [25.66 sec, 6.32 MB]                                                                                                              [success]
ALTER TABLE {hosting_web_server} DROP backup_path [25.66 sec, 6.32 MB]                                                                                                              [success]
ALTER TABLE {hosting_web_server} DROP config_path [25.66 sec, 6.33 MB]                                                                                                              [success]
ALTER TABLE {hosting_web_server} DROP drush_path [25.66 sec, 6.33 MB]                                                                                                               [success]
Column count doesn't match value count at row 1                                                                                                                                [error]
query: INSERT INTO hosting_service SELECT nid, vid, 'db', 'mysql' FROM hosting_db_server in
/var/aegir/hostmaster-0.4-pre-alpha6/profiles/hostmaster/modules/hosting/db_server/hosting_db_server.install on line 79. [25.66 sec, 6.33 MB]
Column count doesn't match value count at row 1                                                                                                                                [error]
query: INSERT INTO hosting_service SELECT nid, vid, 'http', 'apache' FROM hosting_web_server in
/var/aegir/hostmaster-0.4-pre-alpha6/profiles/hostmaster/modules/hosting/web_server/hosting_web_server.install on line 73. [25.66 sec, 6.33 MB]
An error occurred at function : drush_core_updatedb_batch_process [25.66 sec, 6.33 MB]                                                                                              [error]
Command dispatch complete [25.66 sec, 6.33 MB]                                                                                                                                         [notice]
Peak memory usage was 22.23 MB [25.66 sec, 6.33 MB]                                                                                                                                    [memory]
Finished performing updates. [25.66 sec, 6.33 MB]                                                                                                                                   [ok]
An error occurred at function : drush_core_updatedb [25.66 sec, 6.33 MB]                                                                                                            [error]

Comments

anarcat’s picture

plus the rollback fails to restart apache.

anarcat’s picture

Status: Active » Needs work

the other problem was an error in the hosting_server migration, that was also fixed.

now i'm getting errors with the hosting-setup command:

Found command: hosting-setup (commandfile=hosting) 
Warning: The command callback function hosting_setup has a deprecated name.  It must begin with drush_hosting_.  Skipping hook functions. [20.75 sec, 6.17 MB] 
Dispatch command could not be run. Returned: 
The command did not complete successfully, please fix the issues and re-run this script 
Command dispatch complete
Peak memory usage was 15.71 MB
An error occurred at function : drush_hosting_hostmaster_resume 
Command dispatch complete
Peak memory usage was 
This command will replace your crontab for this user. continue? (y/n): y
php '' hosting-dispatch --root='/var/aegir/hostmaster-0.4-pre-alpha6' --uri='aegir.XXXX.com'
An error occurred at function : drush_provision_post_hostmaster_migrate
Command dispatch complete 
Peak memory usage was 6.39 MB
anarcat’s picture

Status: Needs work » Fixed

okay, I fixed that last part by using drush's new DRUSH_COMMAND instead of doing our own guessing.

i don't think we should use our own internal drush_path anymore anyways.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 75cab41 on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by anarcat:
    #725778 - don't rely on the server for the drush_path in...

  • Commit 75cab41 on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by anarcat:
    #725778 - don't rely on the server for the drush_path in...