What is the entry point for the cluster? #209
Unanswered
AleksandrMalinovskiy
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
If you have installed pgbouncer then as a rule it is port 6432 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For tests and training, I installed a cluster without load balancing[Type B].
What is the entry point for the cluster?
How to test a cluster? On which port of the master to connect and with what data?
Using pgAdmin I can not connect to the master on port 5432. Here is the postgresql.conf setting
listen_addresses = '*'
pg_hba.conf
host all all all trust
P.s. sorry for bad english
Beta Was this translation helpful? Give feedback.
All reactions