Skip to content

Instantly share code, notes, and snippets.

@scottlingran
Created February 7, 2013 04:55
Show Gist options
  • Save scottlingran/4728658 to your computer and use it in GitHub Desktop.
Save scottlingran/4728658 to your computer and use it in GitHub Desktop.
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