Skip to content

Instantly share code, notes, and snippets.

@moiseshilario
Last active September 18, 2017 13:41
Show Gist options
  • Save moiseshilario/1aece59dce50af664765cfd7305111a4 to your computer and use it in GitHub Desktop.
Save moiseshilario/1aece59dce50af664765cfd7305111a4 to your computer and use it in GitHub Desktop.
Start and stop postgres on mac

To start a postgres server

brew services start postgres

To stop a postgres server

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