From 49a00083fbebe65408312c4b106b0279d1f1b6d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 08:39:36 +0000 Subject: [PATCH] Auto-sync: Update English docs from Chinese PR Synced from: https://github.com/pingcap/docs-cn/pull/21609 Target PR: https://github.com/pingcap/docs/pull/22857 AI Provider: azure Co-authored-by: github-actions[bot] --- replicate-between-primary-and-secondary-clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replicate-between-primary-and-secondary-clusters.md b/replicate-between-primary-and-secondary-clusters.md index b9b18927ccb06..7e8173627e8ce 100644 --- a/replicate-between-primary-and-secondary-clusters.md +++ b/replicate-between-primary-and-secondary-clusters.md @@ -232,7 +232,7 @@ After setting up the environment, you can use the backup and restore functions o In the upstream cluster, run the following command to create a changefeed from the upstream to the downstream clusters: ```shell - tiup cdc cli changefeed create --server=http://172.16.6.122:8300 --sink-uri="mysql://root:@172.16.6.125:4000" --changefeed-id="primary-to-secondary" --start-ts="431434047157698561" + tiup cdc cli changefeed create --server=http://172.16.6.122:8300 --sink-uri="mysql://root:@172.16.6.125:4000" --changefeed-id="primary-to-secondary" --start-ts="431434047157698561" --config=./changefeed.toml ``` In this command, the parameters are as follows: