-
Thank you for reporting it. Release page has been updated with relevant information. The suggested workaround involves:
- creating empty sql file (that's missing from the release):
$ touch database/mysql-muc-3.1.1.sql $ touch database/derby-muc-3.1.1.sql $ touch database/postgresql-muc-3.1.1.sql $ touch database/sqlserver-muc-3.1.1.sql
- re-running
upgrade-schema
Describe the bug I'm trying to upgrade tigase from 8.1.0-b10857 to 8.1.1-b10861, if I start the new version I got the usual upgrade error that doesn't start tigase:
I run the command but the command fails, it's not my first upgrade from one version to another, in the past I have used that command without problems at least 10 times
To Reproduce Install 8.1.0-b10857 with a plain mysql DB, upgrade to 8.1.1-b10861
Impact Can't upgrade tigase version
Expected behavior Upgrade script working correctly
Details (please complete the following information): Here the output from $ ./scripts/tigase.sh upgrade-schema etc/tigase.conf
Here the current versions in DB SELECT * FROM
tig_schema_versions
;