benim Serseri makinede psql
yönetmeye çalışıyorum, ama bu hatayı alıyorum:Psql sunucuya bağlanamadı: Böyle bir dosya veya dizin yok, 5432 hatası?
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"?
Not: Serseri 1.9.2 Kutu: ubuntu/trusty64, https://atlas.hashicorp.com/ubuntu/boxes/trusty64
DÜZENLEMEYİ Komutları Ben yüklemek için kullanılan ve çalıştırdığınız postgres:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres
Bu hatayı henüz düzelttiniz mi? –