You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when i do k port-forward svc/hippo-pgbouncer 5433:5432
I can't connect to db by user 'user1' and getting
connection failed: connection to server at "127.0.0.1", port 5433 failed: FATAL: server login has been failing, try again later (server_login_retry)
connection to server at "127.0.0.1", port 5433 failed: FATAL: SSL required
If you believe you have found have found a bug, please open up Bug Report
If you have a feature request, please open up a Feature Request
You can find information about general PGO support at:
https://access.crunchydata.com/documentation/postgres-operator/latest/support/
Questions
For questions that are neither bugs nor feature requests, please be sure to
Besides Pod logs, logs may also be found in the
/pgdata/pg<MAJOR_VERSION>/log
directory on your Postgres instance.If you are looking for general support, please view the support page for where you can ask questions.
Environment
Please provide the following details:
I am trying a very simple yaml to simulate two users and two databases
However when i do
k port-forward svc/hippo-pgbouncer 5433:5432
I can't connect to db by user 'user1' and getting
I can see pgbouncer logs
If i directly connect to the pod
k port-forward hippo-instance1-g8kf-0 5433:5432
, no issue at all.Why through pgbouncer different?
The text was updated successfully, but these errors were encountered: