hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.07k stars 113 forks source link

Include Postgres 15 in our CI testing. #923

Closed DimCitus closed 1 year ago

DimCitus commented 1 year ago

The citusdata tooling most recent tag is now v0.8.18, so let's try that one.

hanefi commented 1 year ago

Tools repo is not yet updated for PG15 support for the scripts that are used to install Postgresql beta packages for PG15. Let me update this PR once the tools repo is ready.

df7cb commented 1 year ago

PG 15.0 is just around the corner, any chances to have a pg_auto_failover release with PG15 support before that?

DimCitus commented 1 year ago

Fixes #934.

devrimgunduz commented 1 year ago

Any updates?

DimCitus commented 1 year ago

Any updates?

Well the “main” branch is now compatible with Postgres 15, and the CI includes Postgres 11, 12, 13, 14, and 15 now. I have to go through issues and show-stoppers before the next release, which should happen either next week or the week after that I believe.