Hi,
Despite many attempts I can't make guacamole work. I followed the instructions carefully, just changed the port of postgresql to 5433 instead of 5432 since I have another app needing on that port:
18:12:45.790 [http-nio-8080-exec-7] WARN o.a.g.e.AuthenticationProviderFacade - The "postgresql" authentication provider has encountered an internal error which will halt the authentication process. If this is unexpected or you are the developer of this authentication provider, you may wish to enable debug-level logging. If this is expected and you wish to ignore such failures in the future, please set "skip-if-unavailable: postgresql" within your guacamole.properties.
18:12:45.809 [http-nio-8080-exec-7] ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error:
### Error querying database. Cause: org.postgresql.util.PSQLException: Connection to postgresql:5433 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
What is weird is that Authentik, which use the same postgresql container but different DB doesn't have the problem, they also share the same user/password so I don't get one container couldn't contact postgresql.
I've of course ran both database initialization scripts, all green.
Hi,
Despite many attempts I can't make guacamole work. I followed the instructions carefully, just changed the port of postgresql to 5433 instead of 5432 since I have another app needing on that port:
What is weird is that Authentik, which use the same postgresql container but different DB doesn't have the problem, they also share the same user/password so I don't get one container couldn't contact postgresql.
I've of course ran both database initialization scripts, all green.