hapostgres / pg_auto_failover

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

Add 2.0 -> 2.1 sql file to fix update path #1019

Open Akkowicz opened 7 months ago

Akkowicz commented 7 months ago

Fixes #1018

It looks like it was missed during release process. It looks like there are no changes required to be made in sql update files.

iamjoos commented 4 months ago

Hi. This PR has been open for a while now. Can it be finally merged, please? Upgrades from 2.0 to 2.1 are broken.

dimitri commented 4 months ago

The problem is that release 2.1 has shipped already, we can't change it.

What needs to happen is that we include this fix in the next release of course, but the next release is going to be v2.1.1. So we need to add the release prep for that release version string, with the CHANGELOG edits, debian control edits, version string in the code, etc etc, all the jazz. And then build new packages, publish them.

So the proper fix for that problem is a whole new release. Ping @gkokolatos in case you want to be involved?