The upgrade process uses install.php which tries to recreate the database tables instead of altering them and only adding what's needed. Are there some sql scripts that I can run manually. I have searched around and haven't found anything helpful.
Thx,
A
Bad SQL upgrading from 1.0.1 to 1.1.1
Moderators: Developer, Contributor
Re: Bad SQL upgrading from 1.0.1 to 1.1.1
I never got the documented upgrade procedure to work. To get upgraded, I dumped the data from 1.0.1, created the new 1.1.1 database, deleted the admin user from the new database, imported the dumped data. There were a couple tables (like the upgrade table and one other one) that I deleted out of the sql dump before the dump sql would work on the new database. Everything seems to be working except file attachments. About to start searching for that solution.