On Thu, Jul 20, 2023 at 10:53 AM Piviul <[email protected]> wrote: > > Hi all I have installed guacamole 1.4 on a virtual host debian buster 10 > and now I would like upgrade debian to 12 (bookwarm) and upgrade > guacamole to the last 1.5.2. Whats the best way to performing this > upgrade? Have you any suggestions? >
First, I'll say that 1.5.3 is right around the corner, so you might not want to go to 1.5.2. There's a pretty impactful bug in 1.5.2 that gets fixed in 1.5.3, so if you use RDP connections, it's probably worth waiting for. I can't help much with the Debian upgrade, but as far as Guacamole goes, you really just follow the same install process with the newer versions: * Download and compile guacd, and install it. One of the main keys, here, is to make sure that all of the old files from the 1.4.0 version get cleaned up/removed prior to installing the new version. I've found it easiest, when I install guacd (guacamole-server), to install to its own folder (I use /opt/guac), which makes it really easy to just move it out of the way or tar it up and remove it before doing the install of the new version. * Download the Guacamole Client components, including the WAR file and any extensions that you use. Remove the old extensions and replace those with the newer ones, and then replace the WAR file with the new WAR file. There aren't any DB schema changes from 1.4.0 to 1.5.2, so you shouldn't need to worry about that during the update process. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
