Skip to content

Instantly share code, notes, and snippets.

@goodviber
Last active November 22, 2022 21:41
Show Gist options
  • Save goodviber/36960ad6f80ec9bcda2f5c7459f116a3 to your computer and use it in GitHub Desktop.
Save goodviber/36960ad6f80ec9bcda2f5c7459f116a3 to your computer and use it in GitHub Desktop.
postgres start stop
pg_ctl -D /usr/local/var/postgresql@version start
pg_ctl -D /usr/local/var/postgresql@version stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment