How to change dbserver host after installing aegir
Posted by tusharkanta on January 19, 2010 at 7:45pm
We have successfully installed aegir by point dbserver to the localhost. But we need to change the dbserver to another machine. I want to check if there is a way to do some minor configuration changes so that the existing installation will work with new db server.
I made following changes:
In /var/aegir/hostmaster-6.x-0.4-alpha3/drushrc.php file
Changed options['master_db'] = 'mysql://aegir:aegir@localhost'; to
$options['master_db'] = 'mysql://aegir:aegir@96.31.74.44';
Where 96.31.74.44 is the dbserver host.
Read more