connection to server at "db-postgresql-nyc3-75087-do-user-16243539-0.c.db.ondigitalocean.com" (167.172.250.141), port 25060 failed: Connection timed out (0x0000274C/10060)
Is the server running on that host and accepting TCP/IP connections?
i create a postgresql version 15 database on digitalocean and want to connect with tableplus database app
and i try this connection string for connect database
postgresql://doadmin:AVNS__Ya2OJmHiEyOQ-WlzB5@db-postgresql-nyc3-75087-do-user-16243539-0.c.db.ondigitalocean.com:25060/defaultdb?sslmode=require
and click on connect button then every thime show me this error
connection to server at "db-postgresql-nyc3-75087-do-user-16243539-0.c.db.ondigitalocean.com" (167.172.250.141), port 25060 failed: Connection timed out (0x0000274C/10060)
Is the server running on that host and accepting TCP/IP connections?
so how to solve this