Created
September 29, 2021 10:33
-
-
Save jjb/daf70dc19dcbf0bfdbc4c99723c01b1d to your computer and use it in GitHub Desktop.
How to stop and start Postgres installed from Macports on MacOS
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
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