From 8c5608ed3d82a03a8c93aa85468058708c333183 Mon Sep 17 00:00:00 2001 From: Ali Mehraji Date: Mon, 31 Aug 2026 19:58:08 +0330 Subject: [PATCH 1/2] update: fix the warning in standalone replica clusters --- website/docs/replica_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/replica_cluster.md b/website/docs/replica_cluster.md index 6409a01..cdffffa 100644 --- a/website/docs/replica_cluster.md +++ b/website/docs/replica_cluster.md @@ -408,7 +408,7 @@ from the original source. :::warning Disabling replication is an **irreversible** operation. Once replication is - disabled and the designated primary is promoted to primary, the replica cluster + disabled and the designated replica cluster is promoted to primary, the replica cluster and the source cluster become two independent clusters definitively. ::: From 06756c8dd7a308b79c8812ee50c502cec3e3009c Mon Sep 17 00:00:00 2001 From: Ali Mehraji Date: Mon, 31 Aug 2026 20:05:20 +0330 Subject: [PATCH 2/2] update: the wording in the warning of the standalone replica clusters to be more explicit Signed-off-by: Ali Mehraji --- website/docs/replica_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/replica_cluster.md b/website/docs/replica_cluster.md index cdffffa..1a05cdf 100644 --- a/website/docs/replica_cluster.md +++ b/website/docs/replica_cluster.md @@ -408,7 +408,7 @@ from the original source. :::warning Disabling replication is an **irreversible** operation. Once replication is - disabled and the designated replica cluster is promoted to primary, the replica cluster + disabled and the primary instance in the replica cluster is promoted to primary, the replica cluster and the source cluster become two independent clusters definitively. :::