Question
How to connect to Postgres managed database accepting TCP/IP connections on port 5432?
I’ve have been trying setup a Scalelite load balancer. The load balancer connects to an external Postgres database. I have setup the managed database, made incoming traffic open to all. The server and the managed database are in the same VPC, N1. No matter what I do I get the error below when I run:
connection timed out is the server running running on host "0.0.0.0.0" and accepting TCP/IP connections on port 5432?
Help will be really appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×