Skip to content

Instantly share code, notes, and snippets.

@ncabrerax
Forked from isccarrasco/restart-postgresql.md
Created July 28, 2016 23:58
Show Gist options
  • Save ncabrerax/0397a1acc5bcbd2cb74001ddb0a5bf0e to your computer and use it in GitHub Desktop.
Save ncabrerax/0397a1acc5bcbd2cb74001ddb0a5bf0e 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