We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't connect to modern Postgres servers with the current release.
Ref: psycopg/psycopg2#1360
Upgrade to psycopg2-binary==2.9.6 or move to psycopg2 and build the library with latest libpq in the container.
N/A, not going back to md5 auth, and for users in infra where the hosted Postgres asks for SCRAM that's unlikely as well.
N/A
The text was updated successfully, but these errors were encountered:
ThomasLaPiana
Successfully merging a pull request may close this issue.
Is your feature request related to a specific problem?
Can't connect to modern Postgres servers with the current release.
Ref: psycopg/psycopg2#1360
Describe the solution you'd like
Upgrade to psycopg2-binary==2.9.6 or move to psycopg2 and build the library with latest libpq in the container.
Describe alternatives you've considered, if any
N/A, not going back to md5 auth, and for users in infra where the hosted Postgres asks for SCRAM that's unlikely as well.
Additional context
N/A
The text was updated successfully, but these errors were encountered: