Skip to content

Instantly share code, notes, and snippets.

@simonthompson99
Last active January 15, 2021 11:29
Show Gist options
  • Save simonthompson99/40e49e5c2fbe2a7d2b0626ae1ab7167d to your computer and use it in GitHub Desktop.
Save simonthompson99/40e49e5c2fbe2a7d2b0626ae1ab7167d to your computer and use it in GitHub Desktop.
[Restart local Postgres] Restart local postgres after a crash #database #environment
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