I installed a test server (DEBIAN 10) in version 2.2.6.2 and then exported my current database (via the export procedure documented on the site) in 1.8.2.
Once exported, I performed a postconf and a restoration of the database and the necessary directories.
First, my database hasn't been updated to 2.2.6.2. Is postconf supposed to do that?
Second problem: I'm getting an error starting the waptserver service. This error is related to my PostgreSQL database
Code: Select all
> Traceback (most recent call last):
File "/opt/wapt/lib/python3.8/site-packages/peewee.py", line 3144, in execute_sql
cursor.execute(sql, params or ())
psycopg2.errors.UndefinedColumn: column t1.user_fingerprint does not exist
LINE 1: ...od", "t1"."description", "t1"."user_certificate", "t1"."user...It's a test machine but it allows me to validate an upgrade from my 1.8.2 to a 2.2.
Thank you in advance for your help.
Mickaël
