Posted by toddgeist on March 3, 2010 at 3:21pm
I have a functioning Aegir .3 alpha 6 install. The upgrade went fine and the new Hostmaster install verified.
I need to move a site from a different server in so I followed the instructions here.
http://groups.drupal.org/node/24992
I used Option B
I get through to step 3 but the Imported Platform Fails to Verify. This is the error I get.
Could not connect to the master database server (Access denied for user 'aegir'@'localhost' (using password: NO)).
An error occurred at function : drush_provision_mysql_provision_verify_validate
I am not sure where I went wrong. Can anyone help me with what this means?
Thank you
eow
Comments
still confused... there is no
still confused...
there is no Aegir user in the mysql db. should there be?
eow
Try
Try this?
http://drupal.org/node/731550
Same for me
I just updated from 0.4-alpha5 to alpha6 the other day when it was released.
I followed the upgrade instructions in UPGRADE.txt (http://git.aegirproject.org/?p=provision.git;a=blob_plain;f=UPGRADE.txt;...) and everything seemed to go fine. Performing tasks on all my current sites still work.
However when I try creating and verifying a new platform I get the same error mentioned above.
Going to try out adrinux's solution to his issue in the morning.
I can confirm this is the
I can confirm this is the same issue that adrinux describes here: http://drupal.org/node/731550.
The nid of my server is 3 so the following commands from my
/var/aegir/hostmaster-0.4-alpha6/sites/sitenamedirectory fixed the problem:$ drush vset --yes hosting_default_db_server 3$ drush vset --yes hosting_own_db_server 3
That fixed it! Thanks
That fixed it!
Thanks
Glad this isn't just me. I've
Glad this isn't just me. I've spent days now trying to figure out what's wrong! Will try the fix once I've reinstalled the server again to sort out the various other problems that have killed it off...