I’m trying to run Dagster locally in k8s. I’m gett...
# deployment-kubernetes
c
I’m trying to run Dagster locally in k8s. I’m getting
WARNING:root:Retrying failed database connection: (psycopg2.OperationalError) SCRAM authentication requires libpq version 10 or above
in
dagster-run-[...]
pods. Any idea what could be causing this?
All 4 pods are running (dagit, daemon, user deployments and postgres)
d
do you have psycopg2 (non-binary) or psycopg as a dependency? https://github.com/dagster-io/dagster/issues/11353
c
Yes I have
psycopg2-binary
as a dependency
There is another person who is experiencing this issue in Docker, maybe this was not patched everywhere?
d
Its really a psycopg bug, where it doesn't play nice with other versions of itself
c
I see, do you have any idea how I could fix that? I will ask internally why we need this as a dependency in the meantime because I’m not quite sure