First, make sure you have homebrew installed.
Then, in your terminal, run brew install [email protected]
Login into psql postgres
brew services start postgresql@14
brew services stop postgresql@14
You might have difficulties connecting with Postgres for the first time. Something that did work for me was using psql postgres
command instead of the traditional one psql -U postgres