Skip to content

Commit 570f7a3

Browse files
committed
Docs for PCR on Cloud clyster v25.2
1 parent 2d75f44 commit 570f7a3

File tree

4 files changed

+272
-1
lines changed

4 files changed

+272
-1
lines changed

src/current/_includes/v25.1/sidebar-data/cloud-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,12 @@
563563
}
564564
]
565565
},
566+
{
567+
"title": "Physical Cluster Replication",
568+
"urls": [
569+
"/cockroachcloud/physical-cluster-replication.html"
570+
]
571+
},
566572
{
567573
"title": "Billing Management",
568574
"urls": [
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
- Physical cluster replication is supported in CockroachDB {{ site.data.products.core }} clusters on v23.2 or later. The primary cluster can be a [new]({% link {{ page.version.version }}/set-up-physical-cluster-replication.md %}#step-1-create-the-primary-cluster) or [existing]({% link {{ page.version.version }}/set-up-physical-cluster-replication.md %}#set-up-pcr-from-an-existing-cluster) cluster. The standby cluster must be a [new cluster started with the `--virtualized-empty` flag]({% link {{ page.version.version }}/set-up-physical-cluster-replication.md %}#step-2-create-the-standby-cluster).
1+
- Physical cluster replication is supported in:
2+
- CockroachDB self-hosted in new clusters on v23.2 or above. Physical Cluster Replication cannot be enabled on clusters that have been upgraded from a previous version of CockroachDB.
3+
- CockroachDB {{ site.data.products.advanced }} in new clusters on v25.1 with the `"support_physical_cluster_replication"` field enabled.
4+
- The primary and standby clusters must have the same [zone configurations]({% link {{ page.version.version }}/configure-replication-zones.md %}) in CockroachDB self-hosted.
25
- The primary and standby clusters must have the same [zone configurations]({% link {{ page.version.version }}/configure-replication-zones.md %}).
36
- Before failover to the standby, the standby cluster does not support running [backups]({% link {{ page.version.version }}/backup-and-restore-overview.md %}) or [changefeeds]({% link {{ page.version.version }}/change-data-capture-overview.md %}).

src/current/_includes/v25.2/sidebar-data/cloud-deployments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,12 @@
563563
}
564564
]
565565
},
566+
{
567+
"title": "Physical Cluster Replication",
568+
"urls": [
569+
"/cockroachcloud/physical-cluster-replication.html"
570+
]
571+
},
566572
{
567573
"title": "Billing Management",
568574
"urls": [

0 commit comments

Comments
 (0)