Migrate database(mysql) to another server

2015-07-06 Thread Shan Shan
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 setting_local.py? Do I need to shut/restart anything? Thanks, Shan -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to

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 shan33s...@gmail.com 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

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