Hi Nick,
Thanks for the quick reply. I just pulled those changes and it does not seem to have made any change. I still do not see any warnings or errors in the docker logs. Any other ideas?
Thanks. On Oct 3, 2024, at 21:01, Nick Couchman <vnick_at_apache_org_8yqnwvnp920300_ce2d8...@icloud.com> wrote:
Hey all,
I saw the staging of release of 1.6.0 so I hopped on to try to get this working in docker because I’m an ARM user and have been waiting for ARM support. I believe I found a bug but it might not be specifically related to 1.6.0, I’m just now noticing it. I built the docker files for guacamole-server and guacamole-client which both succeeded (thanks for that finally getting integrated!) but then when I went to start up the compose file I got an error in the web and went I went to look at the logs it showed me an error there too. After a while of debugging the issue I (just so happened to be looking through the environment variable config scripts for docker and) noticed that the environment variable POSTGRESQL_USER is deprecated in place of POSTGRESQL_USERNAME but I never got a warning about it anywhere. I was able to replace the deprecated environment variable and it resolved the issue but I wanted to bring it to someone’s attention to save someone else the couple hours I lost trying to debug the error.
I believe this will be fixed when this pull request is merged:
If you want, you can grab the changes from that pull request and build and verify that it does address the issues you're seeing.
-Nick
|