Re: migrate reviewboard on a new server

2018-01-12 Thread Christian Hammond
Hi Sharon, Most likely, your old database contains some tables in MySQL's MyISAM format. The default for tables these days is InnoDB. You'd probably encounter this error even if you were just upgrading on the same server. The solution is really easy. Take your database backup (which should just

migrate reviewboard on a new server

2018-01-12 Thread sharon chen
I tried to migrate reviewboard from an old server to a VM. The older server: OS: SUSE 11.4 reviewboard: 1.6.3 The new server: centos 7 or ubuntu 16.04 reviewboard: Review Board 2.5.16 What is the best approach to achieve this? I have tested the following approach: 1. create the db backup