Created
October 5, 2020 00:31
-
-
Save micahboyd/7abfe41aafc41f03d55464004c5b2967 to your computer and use it in GitHub Desktop.
Terminate zombie postgres pid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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