To be able to connect from outside to postgresql running in vagrant, make sure that postgresql.conf has this:
listen_addresses = ‘*’
And then restart the server.
Developer from somewhere
To be able to connect from outside to postgresql running in vagrant, make sure that postgresql.conf has this:
listen_addresses = ‘*’
And then restart the server.