This is a brew tap for installing PostgreSQL and PostGIS. Currently this tap has the following formulas:
postgis@15
andpostgis@16
postgresql@15
andpostgresql@16
brew install ozeias/postgresql/<formula>
Or brew tap ozeias/postgresql
and then brew install <formula>
.
Please ensure that you do not have any other installation of PostgreSQL 15 via Homebrew:
brew rm postgresql@15
To install:
brew install ozeias/postgresql/postgis@15
To run:
brew services start ozeias/postgresql/postgresql@15
More information:
brew info ozeias/postgresql/postgresql@15
brew help
, man brew
or check Homebrew's documentation.