On Wed, Sep 22, 2021 at 5:45 AM Regev Batchen <[email protected]> wrote:

> Hello, the postgres error happened again.
> I dont understand why postgrece started to get stuck after i updated to
> guacamole 1.3 , befor i had an error that it was only get stuck with no sql
> error.
> i use psql 12.3 and here are some logs, PLEASE let me know what else i can
> check and debug? i have 10 more containers on this docker-compose and only
> guacamole gets stuck.
>
> It just stop receiving api request and no logs are written to the guac
> containers.
> what causing this SELECT error?
>

Do you have the full message from the PostgreSQL container?

The log message you see from guacd (Error reading "select") is not actually
related to the database (which is only used by the webapp, not guacd). This
is guacd letting you know that a connection to guacd was established and
then closed during the Guacamole protocol handshake, the first message of
which happens to be called "select". This is the result of a healthcheck
ping within Docker and is not an error.

- Mike

Reply via email to