私のPostgreSQLサーバが動作しているかどうかを確認する方法はありますか?PostgreSQLサーバの状態を確認する方法Mac OS X
私はこのメッセージを取得しています:
[~/dev/working/sw] sudo bundle exec rake db:migrate
rake aborted!
could not connect to server: Connection refused
Is the server running on host "localhost" and accepting
TCP/IP connections on port 5432?
更新:
> which postgres
/usr/local/bin/postgres
> pg_ctl -D /usr/local/bin/postgres -l /usr/local/bin/postgres/server.log start
pg_ctl: could not open PID file "/usr/local/bin/postgres/postmaster.pid": Not a directory
アップデート2:
>pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
server starting
sh: /usr/local/var/postgres/server.log: No such file or directory
また、Mac OS/X上の複数のバージョンのpostgresを調べる必要があります。 homebrew経由でpostgresをインストールした場合、あなたのパスが正しく設定されていないと、上記のエラーが出る可能性があります。私は誤って自分のパスを見落としてしまい、パススルーを調整するまで、 brew install –