[web2py] Re: Migrate snag when moving from 2.14.6 to 1.16.1

2017-12-19 Thread SimonD
Honestly, it is difficult to say which is the best answer. Both are extremely helpful and informative, thanks. Nico, your detailed explanation is what I was originally seeking, thanks. I ran a fake migration and all is well. Incidentally I did include all of the directories including the .tables

[web2py] Re: Migrate snag when moving from 2.14.6 to 1.16.1

2017-12-19 Thread Anthony
Did you change the MySQL connection string? By default, the names of the *.table files are prefixed with a hash of the connection string, so if you change the connection string, the hash will change, and none of the existing *.table files will be recognized. For a simple fix, you can force the