Skip to content

REL_3_2_1

Latest
Compare
Choose a tag to compare
@ibrarahmad ibrarahmad released this 08 Feb 21:24
· 2 commits to REL_3_2 since this release

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.