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

Linux Postgres version is out of date (v10 vs v16) #823

Open
2 of 6 tasks
spa5k opened this issue Mar 19, 2024 · 3 comments
Open
2 of 6 tasks

Linux Postgres version is out of date (v10 vs v16) #823

spa5k opened this issue Mar 19, 2024 · 3 comments
Labels
cantfix Not technically feasible (or at least not at this time) help wanted Extra attention is needed

Comments

@spa5k
Copy link

spa5k commented Mar 19, 2024

What were you trying to install (or what else went wrong)?

Postgres

What exactly did you do?

Installed postgres, found out that it installs v10 for stable, and higest possible version is 12.3 from here - https://webinstall.dev/api/releases/postgres

What went wrong?

It should be v16.2

Which OS did you try on?

  • Mac
  • Windows
  • Linux

What type of computer (i.e. laptop, desktop, Raspberry Pi)?

  • Laptop or Desktop (amd64 / x86-64)
  • Raspberry Pi (ARM-64)
  • Other (please specify, if you know)
@spa5k spa5k added the bug Something isn't working label Mar 19, 2024
@coolaj86
Copy link
Member

coolaj86 commented Mar 27, 2024

EnterpriseDB (the PostgreSQL company) does not provide Linux binaries

The problem here is that EnterpriseDB (the PostgreSQL company) stopped supporting Linux around v10.x:

It's now up to individual maintainers to roll their own packages, and I don't have the resources to do that.

There's probably a way to extract the binaries from the .deb or .rpm and they're probably built in a way that they'll install on any Linux. However, dependency management may become an issue.

Alpine Linux doesn't support recent PostgreSQL in recent releases:

@coolaj86 coolaj86 changed the title [Bug] Postgres is very old Linux Postgres version is out of date (v10 vs v16) Mar 27, 2024
@coolaj86 coolaj86 added help wanted Extra attention is needed cantfix Not technically feasible (or at least not at this time) and removed bug Something isn't working labels Mar 27, 2024
@coolaj86
Copy link
Member

I'm open to finding a solution, but I need help - probably from someone who has built PostgreSQL binaries before.

@spa5k
Copy link
Author

spa5k commented Mar 28, 2024

That is indeed a problem, I think we can just mark Postgres as deprecated for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cantfix Not technically feasible (or at least not at this time) help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants