Skip to content
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

Open
zfeld75 opened this issue Dec 13, 2024 · 6 comments
Open

PostgreSQL 17.2 installation application stackbuilder error #214

zfeld75 opened this issue Dec 13, 2024 · 6 comments

Comments

@zfeld75
Copy link

zfeld75 commented Dec 13, 2024

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

StackBuilder ss1

StackBuilder ss2

@mshal199
Copy link

.

@sandeep-edb
Copy link
Contributor

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

@zfeld75
Copy link
Author

zfeld75 commented Dec 15, 2024

I understand the The PostGIS error is not an EDB error. I just mentioned this issue.
In regard to the StackBuilder error it is still there, I tried again.

@sandeep-edb
Copy link
Contributor

OK. I don't see that StackBuilder issue at my end. @dpage any idea?

@dpage
Copy link
Contributor

dpage commented Dec 16, 2024

No, I can't reproduce it here on Windows 11. Everything worked exactly as expected.

@zfeld75
Copy link
Author

zfeld75 commented Dec 16, 2024

I don't seem to be the only one having this issue.
It seems to be an ongoing issue for years
See https://stackoverflow.com/questions/63462770/postgresql-stack-builder-installation-certificate-verification-problem-on-window
Where the most recent post was this July (https://stackoverflow.com/a/78787871/398482).
I actually tried what the poster suggested but didn't work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants