Skip to content

Commit 19e6891

Browse files
authored
cdc: update patch command in cdc new architecture guide (#22347)
1 parent 92729ec commit 19e6891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ticdc/ticdc-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To deploy TiCDC nodes in the new architecture using TiUP, take the following ste
176176
4. Patch the downloaded TiCDC binary file to your TiDB cluster using the [`tiup cluster patch`](/tiup/tiup-component-cluster-patch.md) command:
177177

178178
```shell
179-
tiup cluster patch <cluster-name> ./cdc-v8.5.4-release.1-linux-amd64.tar.gz -R cdc
179+
tiup cluster patch <cluster-name> ./cdc-v8.5.4-release.1-linux-amd64.tar.gz -R cdc --overwrite
180180
```
181181

182182
5. Update the TiCDC configuration using the [`tiup cluster edit-config`](/tiup/tiup-component-cluster-edit-config.md) command to enable the new architecture:

0 commit comments

Comments
 (0)