Postgres 오류 "PG::ConnectionBad"
1359 단어 오류PostgreSQL루비Rails
몇 번이나 집어 들었으므로 일단 쉽게 메모
PG::ConnectionBad
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?
% postgres -D /usr/local/var/postgres
2020-09-10 22:13:34.167 JST [8631] FATAL: lock file "postmaster.pid" already exists
2020-09-10 22:13:34.167 JST [8631] HINT: Is another postmaster (PID 494) running in data directory "/usr/local/var/postgres"?
% rm /usr/local/var/postgres/postmaster.pid
rm에서 postmaster.pid 삭제
% brew services restart postgresql
다시 시작하겠습니다.
% rails s
시작하고 확인
포인트
postmaster.pid가 남아 있음
성공적으로 postgresql이 끝나지 않으면
postmaster.pid라는 파일이 남은 결과
연결할 수 없음 시작할 수 없는 오류가 발생하는 것 같습니다.
좀 더 자세히 알아보고 다시 업데이트 예정.
postgresql을 시작하고 중지하는 방법을 알아야합니다.
이번에는 메모까지.
참고 기사
Reference
이 문제에 관하여(Postgres 오류 "PG::ConnectionBad"), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kusaharajiji/items/345c6cc95ce4470a8931
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
% postgres -D /usr/local/var/postgres
2020-09-10 22:13:34.167 JST [8631] FATAL: lock file "postmaster.pid" already exists
2020-09-10 22:13:34.167 JST [8631] HINT: Is another postmaster (PID 494) running in data directory "/usr/local/var/postgres"?
% rm /usr/local/var/postgres/postmaster.pid
% brew services restart postgresql
% rails s
postmaster.pid가 남아 있음
성공적으로 postgresql이 끝나지 않으면
postmaster.pid라는 파일이 남은 결과
연결할 수 없음 시작할 수 없는 오류가 발생하는 것 같습니다.
좀 더 자세히 알아보고 다시 업데이트 예정.
postgresql을 시작하고 중지하는 방법을 알아야합니다.
이번에는 메모까지.
참고 기사
Reference
이 문제에 관하여(Postgres 오류 "PG::ConnectionBad"), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kusaharajiji/items/345c6cc95ce4470a8931
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Postgres 오류 "PG::ConnectionBad"), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kusaharajiji/items/345c6cc95ce4470a8931텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)