Skip to content

Instantly share code, notes, and snippets.

@micahboyd
Created October 5, 2020 00:31
Show Gist options
  • Save micahboyd/7abfe41aafc41f03d55464004c5b2967 to your computer and use it in GitHub Desktop.
Save micahboyd/7abfe41aafc41f03d55464004c5b2967 to your computer and use it in GitHub Desktop.
Terminate zombie postgres pid
When `brew services stop postgres` does not work try:
`pg_ctl -D /usr/local/var/postgres start`
`pg_ctl -D /usr/local/var/postgres stop`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment