Hello everyone,
I wanted to use the go program in combination with prometheus-sql to monitor a postgres database.
However, I get an error when trying to connect to the database.
following error:
503 Service Unavailable: problem connecting to database: pq: unknown authentication response: 10
Is it possible that the problem occurs due to a postgres go library that is too old in combination with a database version that is too new?
If so, could you please update the Postgres library in the program?
The Postgres go library used in this program is from 2018.
Regards,
xQuai
Hello everyone,
I wanted to use the go program in combination with prometheus-sql to monitor a postgres database.
However, I get an error when trying to connect to the database.
following error:
503 Service Unavailable: problem connecting to database: pq: unknown authentication response: 10Is it possible that the problem occurs due to a postgres go library that is too old in combination with a database version that is too new?
If so, could you please update the Postgres library in the program?
The Postgres go library used in this program is from 2018.
Regards,
xQuai