-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pq: unknown authentication response #20
Comments
Hi @xQuai, it certainly is possible. We are going to do a round of development shortly to get everything updated. |
Thank you. 👍 |
Hi @xQuai, We've pushed a new version with the updated postgres library (and a few other updates) to dbhi/sql-agent:latest. Please try out the new version. Thanks! |
Hi @brokenintuition, its working for me now. Thank you. 🙂 |
looks like the issue is still there for postgres 14. however the latest dbhi/sql-agent:latest version from Jun 2022 works well with postgres 13.7. |
@VladoDemcak my apologies, I never actually committed the |
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
The text was updated successfully, but these errors were encountered: