dbserver

Events happening in the community are now at Drupal community events on www.drupal.org.
tusharkanta's picture

How to change dbserver host after installing aegir

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
Subscribe with RSS Syndicate content