Re: migrating 3.0.18 between servers

2023-04-06 Thread Adam Weremczuk
Hmmm, something wrong with my db migration steps? user@source:~$ sudo mysqldump -h localhost -u root -p -d reviewboard > /tmp/reviewboard.sql user@source:~$ sudo scp /tmp/reviewboard.sql user@destination:/tmp/ user@destination:~$ sudo mysql -h localhost -u root -p mysql> DROP DATABASE

Re: migrating 3.0.18 between servers

2023-04-06 Thread David Trowbridge
Adam, SECRET_KEY is necessary, and needs to be the same between the two servers. The missing Site sounds like something didn't work right migrating the database. David On Wed, Apr 5, 2023 at 4:55 AM Adam Weremczuk wrote: > ...or perhaps the SECRET_KEY feature can be disabled? > > On Tue, 4