Skip to content

Commit 0493ae7

Browse files
committed
Docs for PCR on Cloud cluster v25.2
1 parent 1181a54 commit 0493ae7

File tree

4 files changed

+273
-1
lines changed

4 files changed

+273
-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
@@ -574,6 +574,12 @@
574574
}
575575
]
576576
},
577+
{
578+
"title": "Physical Cluster Replication",
579+
"urls": [
580+
"/cockroachcloud/physical-cluster-replication.html"
581+
]
582+
},
577583
{
578584
"title": "Billing Management",
579585
"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 {{ 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).
3+
- [CockroachDB {{ site.data.products.advanced }} in clusters]({% link cockroachcloud/physical-cluster-replication.md %}) on v25.2 or later.
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
@@ -569,6 +569,12 @@
569569
}
570570
]
571571
},
572+
{
573+
"title": "Physical Cluster Replication",
574+
"urls": [
575+
"/cockroachcloud/physical-cluster-replication.html"
576+
]
577+
},
572578
{
573579
"title": "Billing Management",
574580
"urls": [

0 commit comments

Comments
 (0)