postgres-operator icon indicating copy to clipboard operation
postgres-operator copied to clipboard

pgadmin4 doesn't work with psql 14/pgo 5

Open tirelibirefe opened this issue 3 years ago • 2 comments

Hello, pgo 5.1 psql 14 eks 1.2

I followed the instructions here:

  userInterface:
    pgAdmin:
      image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-3
      dataVolumeClaimSpec:
        accessModes:
        - "ReadWriteOnce"
        resources:
          requests:
            storage: 1Gi

Instead of port-forward, I prepared an ingress to connect ui.

pgadmin works, can be logged on but pgadmin cannot connect to the db instance. I get the following error message:

'psycopg2.extensions.Column' object has no attribute '_asdict'

image

Thanks & Regards

tirelibirefe avatar Sep 07 '22 12:09 tirelibirefe

Duplicate of: https://github.com/CrunchyData/postgres-operator/issues/3367

loxy avatar Sep 14 '22 12:09 loxy

This is a bug in our build process. You can downgrade to tag ubi8-4.30-2 until it is fixed.

cbandy avatar Sep 14 '22 16:09 cbandy

@tirelibirefe This has been addressed with crunchydata/crunchy-containers#1480 and is planned for inclusion in the next release.

tjmoore4 avatar Oct 07 '22 21:10 tjmoore4