From be71fad5272d497c479182da37d66de90b30691a Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 28 Aug 2024 16:52:47 +0800 Subject: [PATCH] Add a note to ticdc-sink-to-mysql.md (#18369) (#18738) --- ticdc/ticdc-sink-to-mysql.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ticdc/ticdc-sink-to-mysql.md b/ticdc/ticdc-sink-to-mysql.md index f024a2a3d0b86..c43af7509d11e 100644 --- a/ticdc/ticdc-sink-to-mysql.md +++ b/ticdc/ticdc-sink-to-mysql.md @@ -31,6 +31,11 @@ Info: {"sink-uri":"mysql://root:123456@127.0.0.1:3306/","opts":{},"create-time": - `--target-ts`: Specifies the ending TSO of the changefeed. To this TSO, the TiCDC cluster stops pulling data. The default value is empty, which means that TiCDC does not automatically stop pulling data. - `--config`: Specifies the changefeed configuration file. For details, see [TiCDC Changefeed Configuration Parameters](/ticdc/ticdc-changefeed-config.md). +> **Note:** +> +> - TiCDC only replicates incremental data. To initialize full data, use Dumpling/TiDB Lightning or BR. +> - After the full data is initialized, you need to specify the `start-ts` as the TSO when the upstream backup is performed. For example, the `pos` value in the metadata file under the Dumpling directory, or the `backupTS` value in the log output after BR completes the backup. + ## Configure sink URI for MySQL or TiDB Sink URI is used to specify the connection information of the TiCDC target system. The format is as follows: