Skip to content

Instantly share code, notes, and snippets.

@jjb
Created September 29, 2021 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjb/daf70dc19dcbf0bfdbc4c99723c01b1d to your computer and use it in GitHub Desktop.
Save jjb/daf70dc19dcbf0bfdbc4c99723c01b1d to your computer and use it in GitHub Desktop.
How to stop and start Postgres installed from Macports on MacOS
sudo -u postgres pg_ctl -D /opt/local/var/db/postgresql12/defaultdb stop
sudo -u postgres pg_ctl -D /opt/local/var/db/postgresql12/defaultdb start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment