v1.7.1
Release date: 11 August 2021
Features:
- Prefer self-healing over configuration with regards to synchronous replication, empowering the operator to temporarily override
minSyncReplicas
andmaxSyncReplicas
settings in case the cluster is not able to meet the requirements during self-healing operations - Introduce the
postInitSQL
option as part of theinitdb
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