Is another postmaster (PID 488) running in data directory “/usr/local/var/postgres”?

posgreを動かそうとしたらタイトルのエラー発生

調べてみたところpostmaster.pid が作られてしまっていることが問題の原因らしいので、下記の3つを実行しました

$ rm /usr/local/var/postgres/postmaster.pid
$ launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
$ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist

その後 rails s したら無事に走りました

参考記事

Rails 起動しようとするとこんなエラーでる


コメント

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です