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've seen that connection error when the PostgreSQL service is not running.
Check the status of the PostgreSQL service: sudo service postgresql status
Start the service: sudo service postgresql status
check file pg_hba.conf looks like require allow connection most easy and lesss secure set 'trust' (everyone can use your postgresql) http://www.postgresql.org/docs/9.2/static/auth-pg-hba-conf.html