Tap with fixed minor versions of PostgreSQL from Homebrew.
brew install klaxit/postgresql/[email protected]
Or
brew tap klaxit/postgresql
brew install [email protected]
brew extract --force --version=12.4 postgresql klaxit/postgresql
git checkout -b postgres-12.4
git add Formula/[email protected]
git commit --message "postgresql: 12.4"
git push --set-upstream origin postgres-12.4
Create a PR then when checks are green, label your PR with the pr-pull
label.
After a couple of minutes you should observe the PR closed, bottles uploaded and commits pushed to the main branch of your repository.
brew tap-new klaxit/postgresql;
cd $(brew --repository klaxit/postgresql)
git remote add origin [email protected]:klaxit/homebrew-postgresql.git
git push --set-upstream origin main