Skip to content

Instantly share code, notes, and snippets.

@muhammadyana
Last active March 28, 2023 23:03
Show Gist options
  • Save muhammadyana/54a7f6237fc585bb00a216a62ec798cc to your computer and use it in GitHub Desktop.
Save muhammadyana/54a7f6237fc585bb00a216a62ec798cc to your computer and use it in GitHub Desktop.
Install postgresql in mac using homebrew
brew install postgresql@14
brew services start postgresql@14
psql postgres

# Optional
cd /usr/local/var/
rm -rf postgres
initdb /usr/local/var/postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment