I'm trying to upgrade our MantisBT from version 1.0.7 to 1.2.1. To make matters worse, we're also moving from an old Ubuntu laptop (acting as a server) to a new robust Win 2008 dedicated web server while simultaneously upgrading MySQL, PHP, and Apache.
I have finally moved the database from the old system to the new system under the old 1.0.7 schema. When I run ../admin/install.php, it produces an error when trying to create the tables (because they already exist, you see, I moved the database before I installed MantisBT). It fails on the first CREATE ...
Any help would be greatly appreciated!Table 'config_table' already exists.
System specifications:
Old Mantis
- Mantis: 1.0.7
- MySQL: 5.0.45
- PHP: 5.2.3
- OS: Linux 2.6.22-16-generic
- Mantis: 1.2.1
- MySQL: 5.1.48
- PHP: 5.3.2
- OS: Windows 2008 Standard SP2 x64
Flint