How do I connect to Linode Database Cluster (PostreSQL)
Hi,
I have a PostgreSQL Database cluster in Linode database, how to connect form. DBeaver / PgAdmin. I enabled access to my ip, used SSL Certificate what has been shared by linode admin panel. still I get error as "Connection attempt timed out."
2 Replies
Let's start by making sure you've entered the correct hostname, port number, username, and password in DBeaver or PgAdmin. You also mentioned downloading your SSL certificate, so make sure you've specified the correct SSL mode as well.
Next, you should check that your IP address has been added to the list of IP addresses that can connect to your PostgreSQL database cluster. If it's not on the list, that could be the reason for the connection timeout error.
Since you're getting a "Connection attempt timed out" error, it's possible that there's a networking issue with your client device (i.e. the device that DBeaver or PgAdmin is running on) that's preventing it from reaching your database cluster.
Lastly, you might find the following documentation to be helpful as well:
--Eric
Thank you… could connect