ฉันพยายามรันpsql
บนเครื่อง Vagrant แต่ได้รับข้อผิดพลาดนี้:
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 Box: ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
แก้ไข คำสั่งที่ฉันใช้เพื่อติดตั้งและเรียกใช้ postgres:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres