On Wed, Mar 11, 2020, 12:50 ivanmarcus <ivanmar...@yahoo.com.invalid> wrote:
> Yes you can use the 1.0.0 data. > > The way I would do it is to dump the Guacamole MySQL database from 1.0.0, > drop the existing Guacamole database in 1.1.0, create a fresh database and > import the 1.0.0 data. Actually I'd also dump the 1.1.0 database before > dropping it so I could restore in case something messed up! > > Following this you would need to use the update script per this link: > > https://guacamole.apache.org/doc/gug/jdbc-auth.html#idm46420849413472 - > it should be something like upgrade-pre-1.1.0.sql > > The reason for this is any new fields etc that have been created for the > new Guacamole version. > > I believe this should work but haven't yet tried it for 1.1.0. If I have > time in the next day I'll check it out and report back. > There have been no schema changes since the 1.0.0 release. The database from 1.0.0 can be used with 1.1.0 directly. - Mike