Re: Database Upgrade Error

2017-03-25 Thread Christian Hammond
Hey Chris, Sorry I didn't catch this thread earlier. This was indeed due to differences in table formats. Switching everything to InnoDB is the solution and recommendation. I believe this can actually be done in-place without a database dump and import, but it still will take a while. Glad

Re: Database Upgrade Error

2017-03-24 Thread Chris Eagan
I found another discussion about this issue on this forum [forum post ] and sure enough, my database dump shows that the tables are using MyISAM. I converted the database dump to specify InnoDB instead using the following command

Re: Database Upgrade Error

2017-03-24 Thread Chris Eagan
I found another discussion about this issue on this forum [forum post ] and sure enough, my database dump shows that the tables are using MyISAM. I converted the database dump to specify InnoDB instead using the following command

Re: Database Upgrade Error

2017-03-24 Thread Chris Eagan
I went ahead and tested this and the upgrade finished without errors. I was able to login to Review Board but attempts to access existing review requests resulted in the following error: IntegrityError: (1452, 'Cannot add or update a child row: a foreign key constraint fails