-
-
Save forgotpw1/593f9b3cb5b9752b1dc1 to your computer and use it in GitHub Desktop.
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 stop -D /usr/local/pgsql/data -m i -t 5 || true) && sudo stop postgresql | |
# start again with | |
sudo start postgresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment