Bug Tracker.NET - How to determine the version only from the database?

A recent error occurred when the Bug Tracker.NET software was removed from our server; Now we do not have a backup copy of the installer used, but only the database. Is there a way to determine the version of Bug Tracker.NET supported by the database backup based only on the schema? without manually sifting various updates to the scheme in each next version? ... As far as I remember, the scheme is so different that the versions are not fully compatible with reverse / direct access, so I want to find the version that was used.

+3
source share
1 answer

From the contents of the upgrade script database , it doesn't look like there is a version number stored in the database. This means that the only way to find which version you have is to go back to updating the script and see at what point you have elements in the script.

0
source

Source: https://habr.com/ru/post/1762310/


All Articles