Skip to content

Commit 94dfafd

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent fb05a83 commit 94dfafd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,12 @@ type SynchronousReplicaConfiguration struct {
13871387
// +kubebuilder:validation:Enum=required;preferred
13881388
// +optional
13891389
DataDurability DataDurabilityLevel `json:"dataDurability,omitempty"`
1390+
1391+
// FailoverQuorum enables a quorum-based check before failover, improving
1392+
// data durability and safety during failover events in CloudNativePG-managed
1393+
// PostgreSQL clusters.
1394+
// +optional
1395+
FailoverQuorum bool `json:"failoverQuorum"`
13901396
}
13911397

13921398
// PostgresConfiguration defines the PostgreSQL configuration

0 commit comments

Comments
 (0)