File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/posts/20240910-syncrep Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ durability and performance._
1919
2020<!-- more-->
2121
22+ _ NOTE: This article was updated on December 26, 2024, to include a link to
23+ [ CNPG Recipe #16 ] ({{< relref "../20241226-data-durability/index.md" >}}), which
24+ covers the new ` dataDurability ` option introduced in CloudNativePG 1.25._
25+
2226---
2327
2428CloudNativePG 1.24 introduces a highly customisable approach to managing
@@ -27,7 +31,9 @@ synchronous replication in PostgreSQL clusters through the new
2731
2832This new method, which is the focus of this article, will eventually replace
2933the existing approach using ` minSyncReplicas ` and ` maxSyncReplicas ` for
30- quorum-based synchronous replication.
34+ quorum-based synchronous replication starting from CloudNativePG 1.25,
35+ as explained in a more recent article:
36+ [ CNPG Recipe #16 - Balancing Data Durability and Self-Healing with Synchronous Replication] ({{< relref "../20241226-data-durability/index.md" >}}).
3137
3238## Key improvements
3339
You can’t perform that action at this time.
0 commit comments