Replies: 2 comments 6 replies
-
I am running netbox 3.0.10, on Ubuntu 20.04, python 3.8, openssl 1.1.1f, and with postgres 12.9 (all standard out-of-box)
I don't see any problem with this version of psycopg2. What is it that you do that causes the problem? What exact error do you see? What OS are you on? |
Beta Was this translation helpful? Give feedback.
-
It is confirmed that the MD5 hashing at the server side was the culprit. After changing to scram-sha-256 as suggested by user candlerb Thanks for all help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
I have seen an issue during an upgrade process from 3.0.9 to 3.0.10.
As in 3.0.10 the psycopg2-binary v2.9.2 is introduced an error connecting to the postgreSQL
Downgrading this to psycopg2-binary v2.9.1 solved the issue in the
release details
i see this:
Has this been an issue seen by other also?
Beta Was this translation helpful? Give feedback.
All reactions