cloudfoundry / postgres-release

BOSH release for PostgreSQL
Apache License 2.0
14 stars 36 forks source link

Is there a plan to get to Postgres Version 12 or 13? #58

Closed phebous closed 3 years ago

phebous commented 3 years ago

I have requirements to upgrade postgres from 11.9 to version 12. Is there a plan to upgrade this?

cf-gitbot commented 3 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/175671171

The labels on this github issue will be updated when the story is started.

valeriap commented 3 years ago

@phebous At the moment there's no plan to upgrade to PostgreSQL 12. Do you have specific needs that require this major upgrade?

phebous commented 3 years ago

yes... I need v12 for the extension of Timescaledb. Without it, I am not able to setup Prometheus remote storage going to Postgres.

valeriap commented 3 years ago

@phebous I confirm that a major upgrade is not planned in the short-term, but in any case I've opened a story to investigate the impact of this upgrade.

phebous commented 3 years ago

Valeriap,

I have updated the version to 12.4 You can find it here: https://github.com/phebous/postgres-release. I didn't see anything that challenging with the upgrade. I will say I didn't perform any of the regression tests since upgrades and the like didn't fit my use case. It works fine for new installs.

Thanks for your attention.