We have a very old 1.5.0 system. I'm attempting (keyword here) to upgrade to 1.8.3. I was able to upgrade from 1.5.0 to 1.6.3 without issue. However when trying to upgrade to 1.7.5 I'm running into problems with the DB.
If I select upgrade it complains:
Connecting to database `testlink15`: OK!
Sorry but I don't know how to upgrade from your schema version: DB 1.2
Please contact Test Link development Team
bye!
If I attempt the database migration from 1.6.3 I get:
Connecting to Testlink 1.6 (source) database. - testlink15 - OK!
Connecting to Testlink 1.7 (target) database. - testlink - OK!
Fatal error: mysql error: [1146: Table 'testlink15.user' doesn't exist] in EXECUTE("SELECT * FROM user") in /var/www/third_party/adodb/adodb-errorhandler.inc.php on line 77
ok so tried renaming the table 'users' to 'user' and then i get the following error:
Fatal error: mysql error: [1146: Table 'testlink15.mgtproduct' doesn't exist] in EXECUTE("CREATE TEMPORARY TABLE tc_tmp_table SELECT mtc.id, LEFT(mtc.title,100) AS title,mtc.steps,mtc.exresult,mtc.keywords,mtc.catid,mtc.version,mtc.summary,mtc.author,mtc.create_date,mtc.reviewer,mtc.modified_date,mtc.TCorder,mc.prodid FROM mgtproduct mp, mgtcomponent mc, mgtcategory mk, mgttestcase mtc WHERE mc.prodid=mp.id AND mk.compid=mc.id AND mtc.catid=mk.id ORDER BY mtc.id") in /var/www/third_party/adodb/adodb-errorhandler.inc.php on line 77
Starting to wonder if the 1.5 to 1.6.3 upgrade did not go right.