Arkadiusz Sieczak

Results 3 comments of Arkadiusz Sieczak

If you have still problem, just create another Dockerfile which extends default **crunchy-postgres-gis** container. In my case I downloaded oracle_fdw extension locally and it looks like this: ``` FROM registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.4-3.2-0...

Hi, @pere3 I found workaround - just check here -> https://github.com/CrunchyData/postgres-operator/issues/2016#issuecomment-1211879815

Same here. Image **argocd:v2.5.4**. I can create user, but could not change password ``` argocd account update-password --account alice --current-password 'MY_ADMIN_PASS' --new-password mysecurepass ERRO[0000] finished unary call with code Unknown...