Last active
January 15, 2021 11:29
-
-
Save simonthompson99/40e49e5c2fbe2a7d2b0626ae1ab7167d to your computer and use it in GitHub Desktop.
[Restart local Postgres] Restart local postgres after a crash #database #environment
This file contains hidden or 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
brew services stop postgresql | |
rm /usr/local/var/postgres/postmaster.pid | |
brew services start postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment