On Thu, Apr 25, 2019 at 2:36 PM Lance Gropper < [email protected]> wrote:
> Where do you get the " schema/ directory containing PostgreSQL-specific > SQL scripts required to set up the database"? > > Assuming you downloaded Guacamole from the web page, it's in the tarball file that contains the various JDBC extension - it contains the JAR files, and also had schema files for each of the modules: nick_couchman@linux-i0lj:~/Downloads/guacamole-auth-jdbc-1.0.0> ll postgresql/ total 4908 -rw-r--r-- 1 nick_couchman 200513 5025782 Dec 21 16:22 guacamole-auth-jdbc-postgresql-1.0.0.jar drwxr-xr-x 3 nick_couchman 200513 83 Dec 12 12:52 schema nick_couchman@linux-i0lj:~/Downloads/guacamole-auth-jdbc-1.0.0> ll postgresql/schema/ total 28 -rw-r--r-- 1 nick_couchman 200513 21749 Dec 12 12:52 001-create-schema.sql -rw-r--r-- 1 nick_couchman 200513 2699 Dec 12 12:52 002-create-admin-user.sql drwxr-xr-x 2 nick_couchman 200513 242 Apr 25 15:07 upgrade -Nick >
