Releases: pgEdge/pgedge-patroni
Releases · pgEdge/pgedge-patroni
REL_3_2_1
pgEdge Release Notes - Version REL_3_2_1
Adjustments for Failover Handling
Adjust max_replication_slots and max_wal_senders
Description:
Adjusted max_replication_slots
and max_wal_senders
to accommodate both known and unknown replication slots during failovers. This prevents inadvertent slot drops and ensures smooth failover transitions.
Configuration Enhancements
Set "wal_level" to Logical
Description:
Changed wal_level
parameter to "logical" from "replica" to align with pgEdge's requirements and enhance compatibility with the platform.
Improved Flexibility
Disable Enforcement of postgresql.conf Parameters
Description:
Disabled Patroni's enforcement of PostgreSQL configuration parameters to provide greater flexibility for custom configurations in pgEdge environments.
For more details, refer to the respective commits on the repository.