PostgreSQL server wouldn't shutdown on Lion (Mac OS 10.7)

后端 未结 4 1158
深忆病人
深忆病人 2020-12-22 19:06

I installed PostgreSQL using Homebrew on Lion. It starts okay but wouldn\'t shutdown. I tried:

$ #started with
$ pg_ctl -D /usr/local/var/postgres -l /usr/lo         


        
4条回答
  •  -上瘾入骨i
    2020-12-22 19:21

    launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist
    rm ~/Library/LaunchAgents/org.postgresql.postgres.plist
    

提交回复
热议问题