diff --git a/src/current/_includes/v24.2/known-limitations/fast-cutback-latest-timestamp.md b/src/current/_includes/v24.2/known-limitations/fast-cutback-latest-timestamp.md deleted file mode 100644 index 1a5b3b91a2c..00000000000 --- a/src/current/_includes/v24.2/known-limitations/fast-cutback-latest-timestamp.md +++ /dev/null @@ -1 +0,0 @@ -{% include {{ page.version.version }}/physical-replication/fast-cutback-latest-timestamp.md %} [#117984](https://github.com/cockroachdb/cockroach/issues/117984) \ No newline at end of file diff --git a/src/current/v24.2/cutover-replication.md b/src/current/v24.2/cutover-replication.md index b9e2e1c0d11..fddeca50e82 100644 --- a/src/current/v24.2/cutover-replication.md +++ b/src/current/v24.2/cutover-replication.md @@ -283,10 +283,6 @@ This section illustrates the steps to cut back to the original primary cluster f ALTER VIRTUAL CLUSTER {cluster_a} COMPLETE REPLICATION TO LATEST; ~~~ - {{site.data.alerts.callout_danger}} - {% include {{ page.version.version }}/physical-replication/fast-cutback-latest-timestamp.md %} - {{site.data.alerts.end}} - The `cutover_time` is the timestamp at which the replicated data is consistent. The cluster will revert any data above this timestamp: ~~~ diff --git a/src/current/v24.2/known-limitations.md b/src/current/v24.2/known-limitations.md index a9ab5b07f90..a68e36d7a4c 100644 --- a/src/current/v24.2/known-limitations.md +++ b/src/current/v24.2/known-limitations.md @@ -449,7 +449,6 @@ Accessing the DB Console for a secure cluster now requires login information (i. {% include {{ page.version.version }}/known-limitations/physical-cluster-replication.md %} - {% include {{ page.version.version }}/known-limitations/pcr-scheduled-changefeeds.md %} - {% include {{ page.version.version }}/known-limitations/cutover-stop-application.md %} -- {% include {{ page.version.version }}/known-limitations/fast-cutback-latest-timestamp.md %} #### `RESTORE` limitations diff --git a/src/current/v24.2/physical-cluster-replication-overview.md b/src/current/v24.2/physical-cluster-replication-overview.md index 13386570872..a821dbf366f 100644 --- a/src/current/v24.2/physical-cluster-replication-overview.md +++ b/src/current/v24.2/physical-cluster-replication-overview.md @@ -37,7 +37,6 @@ You can use PCR in a disaster recovery plan to: ## Known limitations {% include {{ page.version.version }}/known-limitations/physical-cluster-replication.md %} -- {% include {{ page.version.version }}/known-limitations/fast-cutback-latest-timestamp.md %} - {% include {{ page.version.version }}/known-limitations/pcr-scheduled-changefeeds.md %} - {% include {{ page.version.version }}/known-limitations/cutover-stop-application.md %}