- Launch TestLink
- TestLink will check Database version, and if some upgrade/migration
is needed will launch automatically the installer.
However when I go to my web page I am unable to login and see an error that states:
"Unknown Schema version DB 1.6, please upgrade your Testlink".
Indeed if I look at my version in Postgres it does not have the new Schema:
Code: Select all
postgres@jira-test:~$ psql testlink
psql (8.4.17)
Type "help" for help.
testlink=# select * from db_version;
version | upgrade_ts | notes
---------+---------------------------+----------------
DB 1.6 | 2013-08-05 22:19:40.02702 | TestLink 1.9.6
(1 row)
How do I upgrade the DB scheme. As mentioned I am on Postgres.
Thanks