Tool/MacOS

Mac Postrgresql & postgis 설치

keartt 2024. 5. 5. 19:18
반응형

환경 M2 MacbookAir 

 

맥에서 postgresql (psql) 과 postgis 설치 를 위해 brew 를 통해 설치함

 

설치중 postgis 를 brew 로 깔았으나 사용하고자 하는 psql 버전(11) 과 맞지 않는 지

 

제대로 설치되지 않았고, 지웠다 깔기를 반복하다가 postgresql 까지 꼬여버린 대참사 발생

 

다 지우고 새로 했으나 brew 로는 원하는 postgresql 과 postgis 연동이 불가했음

 

내 능력부족이겠지만 다른 방법을 찾던 중, 공홈에서 아주간단하게 모든 버전 psql 과 postgis 제공하는 앱 발견

 

https://postgresapp.com/downloads.html

 

Postgres.app – the easiest way to get started with PostgreSQL on the Mac

Postgres.app is a full featured PostgreSQL installation packaged as a standard Mac app.

postgresapp.com

 

위 링크에서 원하는 버전 또는 통합버전 설치 후 실행할경우

 

편하게 postgis 를 포함한 psql 설치가능

반응형