Skip to content

Instantly share code, notes, and snippets.

@59023g
Created February 10, 2020 20:49
Show Gist options
  • Save 59023g/35103fc10f0a5fb9f0e180002e93b246 to your computer and use it in GitHub Desktop.
Save 59023g/35103fc10f0a5fb9f0e180002e93b246 to your computer and use it in GitHub Desktop.
Using homebrew to install and switch Postgres versions
brew install postgresql
brew install postgresql@9.6
cd /usr/local/Cellar/postgresql
ln -s ../postgresql9.6/9.16.6 9.6
brew switch postgresql 9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment