PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Il server è in esecuzione su host localhost (::1) e accetta connessioni TCP/IP sulla porta 5432?

esegui postgres -D /usr/local/var/postgres e dovresti vedere qualcosa come:

 FATAL:  lock file "postmaster.pid" already exists
 HINT:   Is another postmaster (PID 379) running in data directory "/usr/local/var/postgres"?

Quindi esegui kill -9 PID nel SUGGERIMENTO

E dovresti essere a posto.