Каждый раз, когда я пытаюсь запустить, я получаю эту ошибку
Код: Выделить всё
Connection to 127.0.0.1:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
вот результат команды sudo netstat -ltnp | grep postgres
Код: Выделить всё
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 1995/postgres
Подробнее здесь: https://stackoverflow.com/questions/614 ... -are-corre