Last active
November 22, 2022 21:41
-
-
Save goodviber/36960ad6f80ec9bcda2f5c7459f116a3 to your computer and use it in GitHub Desktop.
postgres start stop
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
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