Currently going through some tutorials, I wanted to connect to an external database.
Therefore opened the tutorial “Create an external database”.
Process tells me, that database was created and should be accessible via psql (running on my computer) with following command:
psql -h 18.133.244.120 -U your_database_id
But database isn’t reachable.
Error message:
psql: error: could not connect to server: could not connect to server: Operation timed out
Is the server running on host “18.133.244.120” and accepting
TCP/IP connections on port 5432?
Socket 18.133.244.120:5432 can’t be opened.
Did you ever find a fix for this? I am having the same issue no matter what ISP I am on or which computer I am trying to connect from.