-
Can not run server
Could you share what error do you get when trying to start the server?
Could you also try preparing the database by running the script with complete log by adding
-L ALL
? i.e./tigase.sh upgrade-schema /opt/tigase.conf -R ${DB_ROOT_USER} -A ${DB_ROOT_PASS} -L ALL
?The schema version loaded in the database seem to be ok though…
Describe the bug
On a fresh 8.1.1 installation, database schemas fail to initialize
To Reproduce
On a fresh installation (with or without first manually execiting sql files as per docs)
There is a single db user (so using same user/pass for root and tigase user) that has full permissions on an otherwise empty db.
config.tdsl:
The web-gui wizard goes green or yellow on tyhe db initialization.
Impact
Can not run server
Expected behavior
DB initializes properly