Skip to content

Instantly share code, notes, and snippets.

@bananatron
Created November 23, 2018 15:23
Show Gist options
  • Save bananatron/928d6e696e2f72e65c4339b1997ecb9a to your computer and use it in GitHub Desktop.
Save bananatron/928d6e696e2f72e65c4339b1997ecb9a to your computer and use it in GitHub Desktop.
Start and Stop Postgres on OSX
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