Academia JavaEE Workspace in MacOS

From Chorke Wiki
Revision as of 10:02, 5 January 2021 by Shahed (talk | contribs) (Created page with "==PostgreSQL== <source lang="bash"> brew services stop postgresql brew uninstall postgresql rm -rf ~/Library/LaunchAgents/homebrew.mxcl.postgresql* rm -rf /usr/local/var/pos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PostgreSQL

brew services stop postgresql
brew uninstall postgresql

rm -rf ~/Library/LaunchAgents/homebrew.mxcl.postgresql*
rm -rf  /usr/local/var/postgres*
brew install postgres
brew services list

launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
brew services list