As a frequent user of TestLog in an R&D environment (and with me a whole lot of software engineers, test engineers, etc.), we sometimes encounter problems regarding the automatic database upgrade.
The problem is illustrated in the following example:
All engineers run a specific version of TestLog, e.g. version 3.2, and they all make use of the same TestLog database. Someone installs a newer version of TestLog, e.g. version 4.0 and opens the database. The database is now automatically converted into a newer version. Opening this specific database with an older version (e.g. 3.2) is not possible anymore. Eveyone using the database must upgrade to the new 4.0 version of TestLog.
To prevent this situation I want some mechanism to control the database conversion.
Q1: Is this already on the map for the new version 4 release?
Q2: Are other users also having problems with this?
The problem is illustrated in the following example:
All engineers run a specific version of TestLog, e.g. version 3.2, and they all make use of the same TestLog database. Someone installs a newer version of TestLog, e.g. version 4.0 and opens the database. The database is now automatically converted into a newer version. Opening this specific database with an older version (e.g. 3.2) is not possible anymore. Eveyone using the database must upgrade to the new 4.0 version of TestLog.
To prevent this situation I want some mechanism to control the database conversion.
Q1: Is this already on the map for the new version 4 release?
Q2: Are other users also having problems with this?
Comment