Skip to content

v1.7.1

Compare
Choose a tag to compare
@2ndquadrant-ci 2ndquadrant-ci released this 11 Aug 14:02
· 1 commit to main since this release
f4f7189

Release date: 11 August 2021

Features:

  • Prefer self-healing over configuration with regards to synchronous replication, empowering the operator to temporarily override minSyncReplicas and maxSyncReplicas settings in case the cluster is not able to meet the requirements during self-healing operations
  • Introduce the postInitSQL option as part of the initdb bootstrap method to specify a list of SQL queries to be executed as a superuser immediately after the cluster has been created

Fixes:

  • Allow the operator to failover when the primary is not ready (bug introduced in 1.7.0)
  • Execute administrative queries using the LOCAL synchronous commit level
  • Correctly parse multi-line log entries in PGAudit