Commit Graph

18 Commits

Author SHA1 Message Date
Chase Wright 064b9612f9
echo for database patching 2018-01-20 19:57:34 -05:00
Chase Wright bcce82bbc0
0.9.14 fixes (#28)
* Replace VERSION with GUACVERSION
    #26 #25

* Make database name dynamic from the guacamole.properties file
    #27
2018-01-20 19:34:58 -05:00
Chase Wright d07bfcb98b
0.9.14 Release (#23)
* Support Upgrade From Older Versions

First I've added a MySQL Root Password Prompt, it will verify that the user is entering the correct password and will not continue until the MySQL Root Password is entered correctly.

Second, I'm just getting the tomcat version number from /etc/ folder name...This seems to work well enough (instead of making the user edit the script manually)...Maybe someone can come up with a better solution?

Third, I'm using the Version.js file to get the currently installed versions number. This allows for supporting multiple version number upgrades (E.G going from 0.8.2 to 0.9.14). The script will now loop through all of the SQL Upgrade files, and apply any that are newer than the OLDVERSION...

I.E. Going from 0.9.9 to 0.9.13 should automatically install `upgrade-pre-0.9.10.sql` & `upgrade-pre-0.9.11.sql` & `upgrade-pre-0.9.13.sql`

* Remove GUACAMOLE_HOME

According to the documentation this is now a default search path, so this isn't required anymore

* Version Control for Ubuntu and Debian

This might need more work but it should install the proper packages for both Ubuntu and Debian and account for Tomcat 8.0.x and 8.5.x differences...

http://tomcat.apache.org/whichversion.html

7.x does not say end of life... but 8.0.x does. The distro maintainers have different versions of Tomcat8 so we can check for 8.5.x or newer options and install, otherwise go the safer route and install Tomcat7

* Remove rm and ln of tomcat/.guacamole

According to the documentation this is not required (it may not have been required to begin with?)

* No Longer Incubating!
2018-01-20 08:23:04 -06:00
Chase Wright 5ef98b2246
Update Download Locations & Logic 2017-12-01 11:49:26 -06:00
Chase Wright 8b6519fa01
Tomcat 7 & MCJVERSION Update 2017-11-12 11:11:22 -06:00
Chase Wright 3296a14429 Grammar 2017-08-21 21:55:35 -05:00
Chase Wright 8dc1cce78b Tomcat Variable (#13)
* Tomcat Variable

I don't know a good way to know which tomcat version is already running, and of course someone could theoretically run more than one...so the upgrade script is just a variable but the install script will check apt-cache and try to install tomcat8, then tomcat7, then tomcat6...

* Optional commented line

Added a commented out line in case someone wants to force an older/specific tomcat install
2017-08-02 06:24:36 -05:00
MysticEmpires 249da0ba33 add architecture check for freerdp (#12)
* add shebang-row

* use FreeRDP depending on current architecture

* add architecture check
2017-08-02 05:27:53 -05:00
Chase Wright a153623ce8 Fixed MCJVERSION
Stupid spaces
2017-08-01 08:15:07 -05:00
Chase Wright 6cb350b102 0.9.13 update (#10)
* Update guac-install-server.sh

* Update guac-upgrade.sh

* Update guac-install.sh

* Update docker-install.sh
2017-08-01 08:12:56 -05:00
Chase Wright 911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
Chase Wright 34c8f44543 automated schema upgrade check
If the schema upgrade needs to happen then the file name would exist with the current version's name so it's easy enough to check for and run if necessary.
2017-07-17 18:05:08 -05:00
Chase Wright 8e8b6056dc There is no schema upgrade from 0.9.11 to 0.9.12 2017-04-12 16:03:13 -05:00
Tyron 5e64ba90c9 version update 2017-04-05 12:34:59 -04:00
Chase Wright c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
Chase Wright e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
Kevin Barroga d2696b552a Update guac-upgrade.sh
Fixed spaces on VERSION line
Appended '|rtrimstr("/")' to '.preferred' to remove trailing "/"
2017-03-10 11:13:26 -10:00
Chase Wright c1ad43febc Initial Script for Guacamole Upgrade 2017-02-03 21:19:36 -06:00