Saya mencoba menjalankan psql
mesin Vagrant saya, tetapi saya mendapatkan kesalahan ini:
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"?
Catatan: Vagrant 1.9.2 Kotak: ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
EDIT Perintah yang saya gunakan untuk menginstal dan menjalankan postgres:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres