Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PostreSQL93 + postgis2 using MacPorts [closed]

I'm trying to update my postgres installation from 9.2 to 9.3 on my mac using macports. I removed all my postgres-related installations, then I installed postgres93, but when I install postgis (sudo port install postgis2), macports automatically downloads and installs postgres92 (so the 93 version is left without postgis extension)… why? How can I specify to have postgis2 for postres93?

like image 265
daveoncode Avatar asked Dec 06 '25 17:12

daveoncode


1 Answers

Solved!!!

I re-installed postgres93 by specifying it as the variant to use with postgis2:

sudo port install postgis2 +postgresql93
like image 185
daveoncode Avatar answered Dec 09 '25 12:12

daveoncode



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!