-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL 17.2 installation application stackbuilder error #214
Comments
. |
EDB doesn't package PostGIS windows installer. The error "ERROR: PostGIS built for PostgreSQL 13.0 cannot be loaded in PostgreSQL 17.2" is very clear that you installed the PostGIS installer meant to be used for PG 13 and instead you must install the one built for PG17. I found the installer here: https://ftp.postgresql.org/pub/postgis/pg17/v3.5.0/win64/ The StackBuilder error seems transient. You may retry |
I understand the The PostGIS error is not an EDB error. I just mentioned this issue. |
OK. I don't see that StackBuilder issue at my end. @dpage any idea? |
No, I can't reproduce it here on Windows 11. Everything worked exactly as expected. |
I don't seem to be the only one having this issue. |
I am trying to run the wizard and when clicking next after selecting my local Postgres install, I get the first error message.
If I then select yes, I get the second error message, and the installation fails.
I am behind a VPN, it is a work computer, and I cannot access the internet without using their VPN.
I actually only need the Application StackBuilder to be able to install PostGIS.
So, I tried to install PostGIS independently by downloading it from the PostGIS website using their downloaded postgis-bundle-pg13x64-setup-3.5.0-1.exe.
Problem is that when I attempted to enable the PostGIS on a database using CREATE EXTENSION postgis;
I get this error
ERROR: PostGIS built for PostgreSQL 13.0 cannot be loaded in PostgreSQL 17.2
The text was updated successfully, but these errors were encountered: