Skip to content

Commit 8a0cc74

Browse files
Added note on pausing LDR PCR (#22021)
Added note clarifying that you cannot pause LDR and PCR jobs for longer than 24 hours
1 parent 3587c41 commit 8a0cc74

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/current/v25.4/set-up-logical-data-replication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ SHOW LOGICAL REPLICATION JOBS;
320320
321321
If you're setting up bidirectional LDR, both clusters will have a history retention job and an LDR job running.
322322

323+
{{site.data.alerts.callout_info}}
324+
You cannot pause an LDR job for longer than 24 hours. LDR jobs paused for longer than 24 hours fail and cannot be recovered.
325+
{{site.data.alerts.end}}
326+
323327
### DB Console
324328

325329
You can access the [DB Console]({% link {{ page.version.version }}/ui-overview.md %}) and monitor the status and metrics for the created LDR jobs. Depending on which cluster you would like to view, follow the instructions for either the source or destination.

src/current/v25.4/set-up-physical-cluster-replication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,10 @@ The system virtual cluster in the standby cluster initializes and controls the r
352352
353353
With the replication stream running, you can monitor the job via the DB Console, SQL shell, or Prometheus. You can also verify data is correct on the standby cluster at a specific point in time. For more detail, refer to [Physical Cluster Replication Monitoring]({% link {{ page.version.version }}/physical-cluster-replication-monitoring.md %}).
354354
355+
{{site.data.alerts.callout_info}}
356+
You cannot pause a PCR job for longer than 24 hours. PCR jobs paused for longer than 24 hours fail and cannot be recovered.
357+
{{site.data.alerts.end}}
358+
355359
## Set up PCR from an existing cluster
356360
357361
You can set up PCR replication from an existing CockroachDB cluster that does not have [cluster virtualization]({% link {{ page.version.version }}/cluster-virtualization-overview.md %}) enabled. However, the standby cluster must have cluster virtualization enabled. In the [PCR setup]({% link {{ page.version.version }}/physical-cluster-replication-technical-overview.md %}), the existing cluster is the primary cluster.

0 commit comments

Comments
 (0)