Hello, I am trying to access my dedicated postgresql dedicated database from do terminal. Is there a way to do it? I tried to do this :
psql -U user -d database -h host -p port
And I get this error:
psql: error: connection to server at “my server” failed: Connection timed out
Is the server running on that host and accepting TCP/IP connections?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
Accessing a DigitalOcean Managed PostgreSQL database from the DigitalOcean terminal (or any terminal) involves a few steps to ensure a secure and successful connection. The error you’re encountering, “connection to server at ‘my server’ failed: Connection timed out,” typically indicates a problem with network access to the database server.
Connection String and Credentials: Ensure that you are using the correct connection string and credentials. You can find these details in your DigitalOcean Control Panel under the ‘Databases’ section.
Whitelist Your IP Address: If you’ve enabled trusted sources for your DigitalOcean Managed Databases, then make sure the IP address of the machine you’re connecting from is added to the trusted sources list in the database’s settings.
Check PostgreSQL Port: The default port for PostgreSQL is 5432 however when using a managed database cluster the port is different. Ensure that you are using the correct port as mentioned in your database configuration.
Let me know how it goes!
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.