-
I've implemented this feature. It will check if schema upgrade is supported from particular version and will warn the user before making any changes if any schema within the database is in the version for which upgrade is not supported.
Please verify if behavior is correct, as I checked many cases and it worked for me in every case, however it is possible that I forgot about some use cases in which it will fail.
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
6876
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
This is a followup to #3582: please add a check to
upgrade-schema
verifying if it's possible to run the upgrade (i.e. check if the lowest available schema file version is greater or equal to the currently installed version)