Skip to content

Commit 5560866

Browse files
authored
Remove the operate-source update command (#11441)
1 parent 4762476 commit 5560866

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dm/dm-manage-source.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ help operate-source
3333
```
3434

3535
```
36-
`create`/`update`/`stop`/`show` upstream MySQL/MariaDB source.
36+
`create`/`stop`/`show` upstream MySQL/MariaDB source.
3737
3838
Usage:
3939
dmctl operate-source <operate-type> [config-file ...] [--print-sample-config] [flags]
@@ -50,8 +50,6 @@ Global Flags:
5050

5151
+ `create`:创建一个或多个上游的数据库源。创建多个数据源失败时,会尝试回滚到执行命令之前的状态
5252

53-
+ `update`:更新一个上游的数据库源
54-
5553
+ `stop`:停止一个或多个上游的数据库源。停止多个数据源失败时,可能有部分数据源已成功停止
5654

5755
+ `show`:显示已添加的数据源以及对应的 DM-worker

dm/dmctl-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Available Commands:
5151
list-member Lists member information
5252
offline-member Offlines member which has been closed
5353
operate-leader `evict`/`cancel-evict` the leader
54-
operate-source `create`/`update`/`stop`/`show` upstream MySQL/MariaDB source
54+
operate-source `create`/`stop`/`show` upstream MySQL/MariaDB source
5555
pause-relay Pauses DM-worker's relay unit
5656
pause-task Pauses a specified running task or all (sub)tasks bound to a source
5757
purge-relay Purges relay log files of the DM-worker according to the specified filename
@@ -104,7 +104,7 @@ Available Commands:
104104
list-member Lists member information
105105
offline-member Offlines member which has been closed
106106
operate-leader `evict`/`cancel-evict` the leader
107-
operate-source `create`/`update`/`stop`/`show` upstream MySQL/MariaDB source
107+
operate-source `create`/`stop`/`show` upstream MySQL/MariaDB source
108108
pause-relay Pauses DM-worker's relay unit
109109
pause-task Pauses a specified running task or all (sub)tasks bound to a source
110110
purge-relay Purges relay log files of the DM-worker according to the specified filename

0 commit comments

Comments
 (0)