Re: database backup and restore

2019-09-21 Thread Christian Hammond
I thought I had written a guide on this, but apparently not. That’s correct, you’d install the same version, a backup of the database, and, just as important, the original or a copy of the site directory. The SECRET_KEY setting in conf/settings_local.py is required for various forms of content

Re: database backup and restore

2019-09-20 Thread Paul Mansfield
Might I suggest a specific section be added to the admin guide explaining how to backup and restore a reviewboard installation? there's no mention of it here https://www.reviewboard.org/docs/manual/3.0/admin/ if you're restoring a broken system, do you simply install the same version you had,

Re: database backup and restore

2018-06-04 Thread Christian Hammond
Hi Lokesh, A dump and restore should work fine. Can you verify that the database you were restoring into was completely empty (no tables) when loading in the schema? Christian On Thu, May 31, 2018 at 6:27 AM Lokesh Rajoria wrote: > Hi, > > I am trying to take backup my reviewboard server but

database backup and restore

2018-05-31 Thread Lokesh Rajoria
Hi, I am trying to take backup my reviewboard server but after restore command reviewboard giving database error. backup from one machine: Reviewboard version 2.0.18 mysqldump -u [user] -p [database_name] > [filename].sql Restore to another machine; Reviewboard version 3.0 mysql -u [new_user]