Created
April 15, 2016 16:51
-
-
Save larrybuch/e797fa7f4c55135e8a557887dcfe4556 to your computer and use it in GitHub Desktop.
starting and stopping postgres
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// stopping a postgres server | |
pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log stop | |
// starting a postgres server | |
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