मैं psql
अपनी वैग्रंट मशीन पर चलने की कोशिश कर रहा हूं , लेकिन मुझे यह त्रुटि मिली:
psql: could not connect to server: No such file or directory
Is the server running locally and accepting connections on
Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
ध्यान दें: Vagrant 1.9.2 बॉक्स: ubuntu / Trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
EDIT कमांड मैंने पोस्टग्रेज स्थापित करने और चलाने के लिए उपयोग किया है:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres