L'attuale versione di Postgres di Homebrew è 10 se installata con:
brew install postgres
Come installo una versione precedente di postgres? Specificamente 9.6
Puoi trovare le versioni disponibili da installare utilizzando brew search
:
$ brew search postgresql
==> Searching local taps...
postgresql [email protected] [email protected] [email protected]
Per installare una di queste versioni precedenti, passa il nome completo in brew install
:
$ brew install [email protected]
Se hai ancora psql
di avvio di postgresql 10:
brew install [email protected]
cp -rf /usr/local/Cellar/[email protected]/9.6.9 /usr/local/Cellar/postgresql/.
brew switch postgres 9.6.9
Leggi altre domande sui tag homebrew postgresql