mac homebrew postgresql 服务异常中断
1. 断开连接
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
// 9.6 brew services stop postgresql
2. 删除/usr/local/var/postgres中的postmaster.pid
rm /usr/local/var/postgres/postmaster.pid
3. 查看是否删除postmaster.pid
ls /usr/local/var/postgres
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
/usr/local/Cellar/postgresql/9.4.4/homebrew.mxcl.postgresql.plist: Could not find specified service
// 9.6 brew services start postgresql
4. 重新启动
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
// 9.6 brew services start postgresql
一键复制
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist rm /usr/local/var/postgres/postmaster.pid launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
// 9.6 brew services stop postgresql rm /usr/local/var/postgres/postmaster.pid brew services start postgresql
相关推荐
zjc 2020-09-03
TinyDolphin 2020-07-19
tangjianft 2020-06-26
Ashes 2020-06-14
haoeng 2020-06-07
tianyafengxin 2020-05-30
TinyDolphin 2020-05-19
jia 2020-05-15
炼金术士lee 2020-05-14
HJWZYY 2020-04-24
fly00love 2020-02-22
kanpiaoxue 2020-02-10
adc00 2020-01-24
azhou 2020-01-19
阿债的方寸天地 2020-01-18
LUCIEN0 2020-01-14
YoungForever 2013-04-04