먼저 Stack Overflow 및 웹 전체의 기사에서 몇 가지 유사한 질문을 찾았지만 그중 어느 것도 내 문제를 해결하는 데 도움이되지 않았습니다.
- PG 오류는 서버에 연결할 수 없습니다. 연결이 거부되었습니다. 서버가 포트 5432에서 실행 중입니까?
- PG :: ConnectionBad-서버에 연결할 수 없음 : 연결이 거부되었습니다.
- psql : 서버에 연결할 수 없음 : 연결이 거부되었습니다.
이제 문제가 있습니다.
- 매력처럼 작동하는 Rails 앱이 있습니다.
- 공동 작업자와 함께 GitHub를 사용하여 함께 작업합니다.
- 우리는이
master
와mvp
가지. - 최근
git
에 Homebrew (Mac)로 버전을 업데이트했습니다 . - Foreman을 사용하여 로컬에서 앱을 시작합니다.
이제 로컬에서 앱을 시작하려고하면 다음 오류가 발생합니다.
PG::ConnectionBad at /
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
컴퓨터를 여러 번 재부팅하려고했습니다.
다음 내용도 확인했습니다 /usr/local/var/postgres
.
PG_VERSION pg_dynshmem pg_multixact pg_snapshots pg_tblspc postgresql.conf
base pg_hba.conf pg_notify pg_stat pg_twophase postmaster.opts
global pg_ident.conf pg_replslot pg_stat_tmp pg_xlog server.log
pg_clog pg_logical pg_serial pg_subtrans postgresql.auto.conf
보시다시피 거기에 postmaster.pid
파일 이 없습니다 .
이 문제를 어떻게 해결할 수 있는지 아십니까?
postgresql.conf
?