According official heroku articles I should be able to connect to postgres database from outside:
I get Connection attempt timed out
error in DBeaver and Error: [08001] The connection attempt failed
. in DataGrip.
CodePudding user response:
The reason why I could not connect was that I was using VPN, which IP was probably baned by Heroku. Connecting without VPN works.