Skip to content

Instantly share code, notes, and snippets.

@kandebonfim
Created May 24, 2017 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kandebonfim/1b34234dc5a7b10203078ede8b701e7f to your computer and use it in GitHub Desktop.
Save kandebonfim/1b34234dc5a7b10203078ede8b701e7f to your computer and use it in GitHub Desktop.
How to start and stop postgree server
# Start Manually
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
# Stop Manually
pg_ctl -D /usr/local/var/postgres stop -s -m fast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment