Trouble connecting to Postgresql database in Vagrant guest box with Induction from host machine?
I'm trying to connect to my PostgreSQL database which is inside of a guest machine (using Vagrant and VirtualBox). I'm trying to connect to it with Induction , but I am getting an error saying: Connection Error Could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.1234" I have Vagrant doing a port forward to port 1234 on my host machine. My settings for the Induction connection are: Adapter: postgres Host Name: 127.0.0.1 Username: vagrant Password: [i don't have a password for the vagrant user