Closed (fixed)
Project:
Provision
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2014 at 15:58 UTC
Updated:
14 Jan 2016 at 16:04 UTC
Jump to comment: Most recent
Comments
Comment #1
helmo commentedCould it be that the password stored by aegir is lost? You could try to edit the server node (usually node/2), enter the correct password. And let provision re-verify it.
Comment #2
ergonlogicCheck in the db server context, which would normally be found at /var/aegir/.drush/server_localhost.alias.drushrc.php. The 'master_db' field ought to have the proper credentials. If not, update them there, and tasks should work again.
If
sudo mysql -u rootused to work for you, then you must have the db password in your ~/.my.cnf. Perhaps the db password changed?Comment #3
helmo commented