Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.11 KB

PostgreSQL and PostGIS

This is a brew tap for installing PostgreSQL and PostGIS. Currently this tap has the following formulas:

  • postgis@15 and postgis@16
  • postgresql@15 and postgresql@16

How do I install these formulae?

brew install ozeias/postgresql/<formula>

Or brew tap ozeias/postgresql and then brew install <formula>.

Install PostgreSQL 15 with PostGIS 3.4

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

Install PostgreSQL 16 with PostGIS 3.4

Please ensure that you do not have any other installation of PostgreSQL 15 via Homebrew:

brew rm postgresql@16

To install:

brew install ozeias/postgresql/postgis@16

To run:

brew services start ozeias/postgresql/postgresql@16

More information:

brew info ozeias/postgresql/postgresql@16

Documentation

brew help, man brew or check Homebrew's documentation.