Skip to content

Commit e883ee2

Browse files
authored
tidb: fix tiup cdc cli changefeed create command by adding --config=./changefeed.toml (#22857)
1 parent a4b3b2c commit e883ee2

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)