Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/current/v25.4/set-up-logical-data-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ SHOW LOGICAL REPLICATION JOBS;

If you're setting up bidirectional LDR, both clusters will have a history retention job and an LDR job running.

{{site.data.alerts.callout_info}}
You cannot pause an LDR job for longer than 24 hours. LDR jobs paused for longer than 24 hours fail and cannot be recovered.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this also going into v26.1 docs? or is that also being ported post-review?

{{site.data.alerts.end}}

### DB Console

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.
Expand Down
4 changes: 4 additions & 0 deletions src/current/v25.4/set-up-physical-cluster-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@ The system virtual cluster in the standby cluster initializes and controls the r

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 %}).

{{site.data.alerts.callout_info}}
You cannot pause a PCR job for longer than 24 hours. PCR jobs paused for longer than 24 hours fail and cannot be recovered.
{{site.data.alerts.end}}

## Set up PCR from an existing cluster

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.
Expand Down
Loading