docker-library / postgres

Docker Official Image packaging for Postgres
http://www.postgresql.org
MIT License
2.16k stars 1.13k forks source link

Postgres 11.18 for Debian 10 or 9 #1033

Closed cesarjorgemartinez closed 1 year ago

cesarjorgemartinez commented 1 year ago

Hi

I see that PG 11.18 only has Debian 11 bullseye. I need to upgrade from 11.14 to 11.18 but some plugins not exist for bullseye, exist for debian 9 or 10, example timescaledb. You can provide for these OS? Because then force upgrade to major version.

Regards

tianon commented 1 year ago

Sorry, but we only support one major distro per major version (barring really exceptional circumstances like #582) -- I imagine you'd only have to make minimal changes to adapt our Dockerfile for Debian Buster, though.

cesarjorgemartinez commented 1 year ago

Thanks, I can create a pull request to this repo to do myself the version?

tianon commented 1 year ago

No, I mean you can maintain it separately for yourself -- we have no plans to maintain it.