Tôi đang cố chạy psql
trên máy Vagrant của mình nhưng gặp lỗi này:
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"?
Lưu ý: Hộp Vagrant 1.9.2: ubuntu / trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
CHỈNH SỬA các lệnh tôi đã sử dụng để cài đặt và chạy postgres:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres