Question

How to access dedicated database from digital ocean terminal

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?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
January 12, 2024

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.

  1. 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.

  2. 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.

  3. 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

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel