Skip to content

Instantly share code, notes, and snippets.

@katmutua
Created July 8, 2015 11:27
Show Gist options
  • Select an option

  • Save katmutua/f97dc156e86cd485362a to your computer and use it in GitHub Desktop.

Select an option

Save katmutua/f97dc156e86cd485362a to your computer and use it in GitHub Desktop.
postgresql
Manually start a server:
-----------------------
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log stop
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment