\n","author":{"@type":"Person","name":"Jordan Mong"},"upvoteCount":3,"answerCount":6,"acceptedAnswer":null}}
Reputation: 53
I have created a database in Azure database in postgreSQL but when i try connect through pgadmin it says unable to connect timeout expired(I'm pretty sure admin and password are correct). Is anyone facing this issue? is there an alternative for pgadmin ?
Upvotes: 3
Views: 11246
Reputation: 3275
Strange one:
Could connect in past ok with saved credentials, but was unable to connect on the day.
Checked:
Resolution
I am 100% sure the IP was correct, I have screenshots before and after confirming. Can only assume there was some sort of whitelist corruption issue and a delete/enter/save resolved.
Hope this helps someone.
Scott
Upvotes: 0
Reputation: 29
I got the timeout all of a sudden, and only after some time I realized it was the VPN that probably blocked a port or so. Once I disabled VPN it worked again. Just something to keep in mind.
Upvotes: -1
Reputation: 1382
pgadmin works perfectly against Azure database for Postgres. Here's the link to the docs.
That is what worked for me.
Upvotes: 2
Reputation: 871
pgadmin
works fine against Azure Postgres. A couple things to check:
user@server
format for your usernameserver.postgres.database.azure.com
as your hostnamerequire
in the SSL tabGood luck!
Upvotes: 5