Skip to content

Instantly share code, notes, and snippets.

@isccarrasco
Last active August 1, 2016 16:49
Show Gist options
  • Save isccarrasco/d7ab5ab0ab2f8ad0e449 to your computer and use it in GitHub Desktop.
Save isccarrasco/d7ab5ab0ab2f8ad0e449 to your computer and use it in GitHub Desktop.
Command tu stop and start the PostgreSQL on Mac OS X

pg_ctl -D /usr/local/var/postgres stop -s -m fast

pg_ctl -D /usr/local/var/postgres/ -l /usr/local/var/postgres/server.log start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment