Postgresql connection refused
- by Jonathan
I'm trying to remotely connect to my postgresql database. I have two virtual machines set up both running ubuntu 14.04. I am trying to connect to the second vm using the first vm using
psql -h 10.0.1.23 -U postgres -d postgres
But I receive the error:
Could not connect to server: Connection refused
Is the server running on host "10.0.1.23"…