Skip to content

Commit 9812243

Browse files
Auto-sync: Update English docs from Chinese PR
Synced from: pingcap/docs-cn#21609 Target PR: #22857 AI Provider: azure Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22e8e97 commit 9812243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replicate-between-primary-and-secondary-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ After setting up the environment, you can use the backup and restore functions o
233233
In the upstream cluster, run the following command to create a changefeed from the upstream to the downstream clusters:
234234

235235
```shell
236-
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"
236+
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
237237
```
238238

239239
In this command, the parameters are as follows:

0 commit comments

Comments
 (0)