Re: Migrate database(mysql) to another server

2015-07-06 Thread David Trowbridge
It's pretty much that simple. You'll need to restart your web server after changing the settings file. -David On Mon, Jul 6, 2015 at 5:26 PM Shan Shan wrote: > Hi, > > I need to move rb database to a separate server. Is it just as simple as > dump the database to the new server and change settin

Re: Migrate database(mysql) to another server

2015-07-06 Thread Christian Hammond
Hi Shan, If there's nothing more complex (like a version/database upgrade), then you should be set with that. Make sure the new database grants the necessary permissions for Review Board's assigned user in settings_local.py. You probably need to reload Apache to get all the threads seeing the ne