Hi all,
Following my previous struggle I've decided to simplify things and set up an almost identical destination server:
Source:
Debian 9.13
MySQL 5.7.31
Python 2.7.13
ReviewBoard 3.0.18
Destination:
Debian 9.13
MySQL 5.7.34
Python 2.7.13
ReviewBoard 3.0.18
Same steps as before:
- install and configure everything on destination the same way (users, names, even passwords) + create a blank site with the same name
- migrate the database and entire site directory /var/www/mysite
I have tried SECRET_KEY from conf/settings_local.py of both the original site and the new blank site (with the same name).
To my surprise either key gives me:
Something broke! (Error 500)
It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator.
ERROR:root:Could not load siteconfig: Site matching query does not exist.
Is there any way around this (e.g. recreate the key)?
Could it be something else?
Regards,
Adam