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
sudo service postgresql status
Start the service: sudo service postgresql status