hapostgres / pg_auto_failover

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

Fix problems with bad migration to 1.5 #792

Closed JelteF closed 3 years ago

JelteF commented 3 years ago

The script to migrate from 1.4 to 1.5 did not correctly remove the old register_node function. This caused issues for the migration from 1.5 to 1.6, because we remove the old replication_state type there. The old register_node function still depended on this version of the replication_state type, so it's removal was blocked.

Fixes #784

DimCitus commented 3 years ago

Fixes #784