Skip to content

Commit 77ef78e

Browse files
authored
Remove errant line about PCR only being for self-hosted (#19874)
1 parent f1b1ef6 commit 77ef78e

27 files changed

+0
-98
lines changed

src/current/v23.2/physical-cluster-replication-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ docs_area: manage
99
{% include feature-phases/preview.md %}
1010

1111
Refer to the [Known Limitations](#known-limitations) section for further detail.
12-
13-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
1412
{{site.data.alerts.end}}
1513

1614
{% include_cached new-in.html version="v23.2" %} CockroachDB **physical cluster replication (PCR)** continuously sends all data at the cluster level from a _primary_ cluster to an independent _standby_ cluster. Existing data and ongoing changes on the active primary cluster, which is serving application data, replicate asynchronously to the passive standby cluster.

src/current/v24.1/physical-cluster-replication-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: manage
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
10-
{{site.data.alerts.end}}
11-
128
CockroachDB **physical cluster replication (PCR)** continuously sends all data at the cluster level from a _primary_ cluster to an independent _standby_ cluster. Existing data and ongoing changes on the active primary cluster, which is serving application data, replicate asynchronously to the passive standby cluster.
139

1410
You can [_cut over_]({% link {{ page.version.version }}/cutover-replication.md %}) from the primary cluster to the standby cluster. This will stop the replication stream, reset the standby cluster to a point in time (in the past or future) where all ingested data is consistent, and make the standby ready to accept application traffic.

src/current/v24.2/physical-cluster-replication-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: manage
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
10-
{{site.data.alerts.end}}
11-
128
CockroachDB **physical cluster replication (PCR)** continuously sends all data at the cluster level from a _primary_ cluster to an independent _standby_ cluster. Existing data and ongoing changes on the active primary cluster, which is serving application data, replicate asynchronously to the passive standby cluster.
139

1410
You can [_cut over_]({% link {{ page.version.version }}/cutover-replication.md %}) from the primary cluster to the standby cluster. This will stop the replication stream, reset the standby cluster to a point in time (in the past or future) where all ingested data is consistent, and make the standby ready to accept application traffic.

src/current/v24.3/create-virtual-cluster.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ The `CREATE VIRTUAL CLUSTER` statement creates a new virtual cluster. It is supp
1313

1414
{% include {{ page.version.version }}/physical-replication/phys-rep-sql-pages.md %}
1515

16-
{{site.data.alerts.callout_info}}
17-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
18-
{{site.data.alerts.end}}
19-
2016
## Required privileges
2117

2218
`CREATE VIRTUAL CLUSTER` requires one of the following privileges:

src/current/v24.3/drop-virtual-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ docs_area: reference.sql
77

88
{{site.data.alerts.callout_info}}
99
{% include feature-phases/preview.md %}
10-
11-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
1210
{{site.data.alerts.end}}
1311

1412
The `DROP VIRTUAL CLUSTER` statement removes virtual clusters in order to restart a **physical cluster replication (PCR)** stream. Virtual clusters are used only as part of the [PCR]({% link {{ page.version.version }}/physical-cluster-replication-overview.md %}) workflow.

src/current/v24.3/physical-cluster-replication-monitoring.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: manage
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
10-
{{site.data.alerts.end}}
11-
128
You can monitor a [**physical cluster replication (PCR)**]({% link {{ page.version.version }}/physical-cluster-replication-overview.md %}) stream using:
139

1410
- [`SHOW VIRTUAL CLUSTER ... WITH REPLICATION STATUS`](#sql-shell) in the SQL shell.

src/current/v24.3/physical-cluster-replication-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: manage
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
10-
{{site.data.alerts.end}}
11-
128
CockroachDB **physical cluster replication (PCR)** continuously sends all data at the cluster level from a _primary_ cluster to an independent _standby_ cluster. Existing data and ongoing changes on the active primary cluster, which is serving application data, replicate asynchronously to the passive standby cluster.
139

1410
You can [_fail over_]({% link {{ page.version.version }}/failover-replication.md %}) from the primary cluster to the standby cluster. This will stop the replication stream, reset the standby cluster to a point in time (in the past or future) where all ingested data is consistent, and make the standby ready to accept application traffic.

src/current/v24.3/physical-cluster-replication-technical-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: manage
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
10-
{{site.data.alerts.end}}
11-
128
[**Physical cluster replication (PCR)**]({% link {{ page.version.version }}/physical-cluster-replication-overview.md %}) automatically and continuously streams data from an active _primary_ CockroachDB cluster to a passive _standby_ cluster. Each cluster contains: a _system virtual cluster_ and an application [virtual cluster]({% link {{ page.version.version }}/cluster-virtualization-overview.md %}):
139

1410
{% include {{ page.version.version }}/physical-replication/interface-virtual-cluster.md %}

src/current/v24.3/set-up-physical-cluster-replication.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ toc: true
55
docs_area: manage
66
---
77

8-
{{site.data.alerts.callout_info}}
9-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
10-
{{site.data.alerts.end}}
11-
128
In this tutorial, you will set up [**physical cluster replication (PCR)**]({% link {{ page.version.version }}/physical-cluster-replication-overview.md %}) between a primary cluster and standby cluster. The primary cluster is _active_, serving application traffic. The standby cluster is _passive_, accepting updates from the primary cluster. The replication stream will send changes from the primary to the standby.
139

1410
The unit of replication is a [virtual cluster]({% link {{ page.version.version }}/cluster-virtualization-overview.md %}), which is part of the underlying infrastructure in the primary and standby clusters.

src/current/v25.1/create-virtual-cluster.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ The `CREATE VIRTUAL CLUSTER` statement creates a new virtual cluster. It is supp
1313

1414
{% include {{ page.version.version }}/physical-replication/phys-rep-sql-pages.md %}
1515

16-
{{site.data.alerts.callout_info}}
17-
Physical cluster replication is only supported in CockroachDB {{ site.data.products.core }} clusters.
18-
{{site.data.alerts.end}}
19-
2016
## Required privileges
2117

2218
`CREATE VIRTUAL CLUSTER` requires one of the following privileges:

0 commit comments

Comments
 (0)