Closed gsdiniz closed 1 year ago
According to this https://github.com/PostgREST/postgrest/issues/1921#issuecomment-903083220, maybe there is an error with the user name not being detected by libpq
. Does it work using this format?
PGRST_DB_URI="host=postgres-svc.app.svc.local port=5432 user=<<USER>> password=<<PASSWORD>> dbname=lowcode"
I'm trying to use postgrest in a openshift installation.
Postgres' pod is already set but postgrest's pod always fails in connect.
The PGRST_DB_URI value is
postgres://<<USER>:<<PASSWORD>>@postgres-svc.app.svc.local/lowcode
And the error message is