PostGIS for PostgreSQL 15 #3987
Replies: 6 comments 28 replies
-
I ended up compiling PostGIS from source against Postgres 15. Cheers! |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem here trying to upgrade our infra to Pg15. The dependency on a specific version of Pg was introduced not long ago: Homebrew/homebrew-core@69e7ca8 @MikeMcQuaid Would you have a minute for some context as to why – and maybe how to work around it? Thanks a bunch! |
Beta Was this translation helpful? Give feedback.
-
FWIW, @svoop, I'm in the exact same boat. I've tried a bunch of different things to try and get things to make nice, without any luck. If someone figures this out, I'd be grateful! |
Beta Was this translation helpful? Give feedback.
-
I’m on an M2 Mac and I’ve been able to use prebuilt binaries from the
Postgres.app “universal” installer to get pg13+postgis working:
https://postgresapp.com/downloads.html
Haven’t bothered with brew for this one thing but if y’all find a
pg13+postgis formula that worked on ARM Macs I’d likely choose that over
the installer I linked above.
On Tue, Jul 4, 2023 at 10:56 AM Marko Schilde ***@***.***> wrote:
Does it make sense to version the Postgis formula then as well ***@***.***
etc) or should it always be hard coded and fixed to the latest Postgres
version?
—
Reply to this email directly, view it on GitHub
<#3987 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEEDLTI6FCZO3GXBPP2Z3XOQ4MDANCNFSM6AAAAAASL5ERLE>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
…___________________________
Daniel Pritchett
📨 ***@***.*** |📱 901-871-0139 | ✍🏻 dpritchett.net | 🐦
@dpritchett
<https://dpritchett.net/>
|
Beta Was this translation helpful? Give feedback.
-
I've taken a shot at writing a "postgresql@15-postgis" without luck so far. I can't understand how/where the symbolic links are done. After installing I think it's the missing piece for me to make a |
Beta Was this translation helpful? Give feedback.
-
I have it working here, and once I have more time, I will do it for PostgreSQL 16. |
Beta Was this translation helpful? Give feedback.
-
It seems that the current version of PostGIS still requires v14 of Postgres. Is there a way to force it to install for v15? I tried to update the dependency with
brew edit postgis
. This seemed to work in that it did not install Postgres 14 and didn't throw any errors. Trying to then add the extension to a database doesn't work, tho. It says that PostGIS is not installed. Would greatly appreciate any pointers! Thanks!Beta Was this translation helpful? Give feedback.
All reactions