1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2024-11-14 22:47:14 +01:00

There is no schema upgrade from 0.9.11 to 0.9.12

This commit is contained in:
Chase Wright 2017-04-12 16:03:13 -05:00 committed by GitHub
parent d7fb548513
commit 8e8b6056dc

View File

@ -24,7 +24,8 @@ wget ${SERVER}/incubator/guacamole/${VERSION}-incubating/binary/guacamole-auth-j
tar -xzf guacamole-auth-jdbc-${VERSION}-incubating.tar.gz
cp guacamole-auth-jdbc-${VERSION}-incubating/mysql/guacamole-auth-jdbc-mysql-${VERSION}-incubating.jar /etc/guacamole/extensions/
mysql -u root -p guacamole_db < guacamole-auth-jdbc-${VERSION}-incubating/mysql/schema/upgrade/upgrade-pre-${VERSION}.sql
# Commented out this lines as there is no schema upgrade from 0.9.11 to 0.9.12
# mysql -u root -p guacamole_db < guacamole-auth-jdbc-${VERSION}-incubating/mysql/schema/upgrade/upgrade-pre-${VERSION}.sql
# Start Tomcat
service tomcat8 start