Skip to content

Instantly share code, notes, and snippets.

@baransu
Created July 7, 2016 10:35
Show Gist options
  • Save baransu/480ef59adef1c3e8beee82cc1d3bb28a to your computer and use it in GitHub Desktop.
Save baransu/480ef59adef1c3e8beee82cc1d3bb28a to your computer and use it in GitHub Desktop.

Start

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

Stop

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