未验证 提交 484e1167 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

docs: refine en/13-operation/01-pkg-install.md (#20631)

上级 6d04d5f2
...@@ -15,14 +15,14 @@ About details of installing TDenine, please refer to [Installation Guide](../../ ...@@ -15,14 +15,14 @@ About details of installing TDenine, please refer to [Installation Guide](../../
## Uninstall ## Uninstall
<Tabs> <Tabs>
<TabItem label="Uninstall apt-get" value="aptremove"> <TabItem label="Uninstall by apt-get" value="aptremove">
Apt-get package of TDengine can be uninstalled as below: Uninstall package of TDengine by apt-get can be uninstalled as below:
```bash ```bash
$ sudo apt-get remove tdengine $ sudo apt-get remove tdengine
Reading package lists... Done Reading package lists... Done
Building dependency tree Building dependency tree
Reading state information... Done Reading state information... Done
The following packages will be REMOVED: The following packages will be REMOVED:
tdengine tdengine
...@@ -35,7 +35,7 @@ TDengine is removed successfully! ...@@ -35,7 +35,7 @@ TDengine is removed successfully!
``` ```
Apt-get package of taosTools can be uninstalled as below: If you have installed taos-tools, please uninstall it first before uninstall TDengine. The command of uninstall is following:
``` ```
$ sudo apt remove taostools $ sudo apt remove taostools
...@@ -168,7 +168,7 @@ Upgrading a running server is much more complex. First please check the version ...@@ -168,7 +168,7 @@ Upgrading a running server is much more complex. First please check the version
- Stop the cluster of TDengine - Stop the cluster of TDengine
- Uninstall old version and install new version - Uninstall old version and install new version
- Start the cluster of TDengine - Start the cluster of TDengine
- Execute simple queries, such as the ones executed prior to installing the new package, to make sure there is no data loss - Execute simple queries, such as the ones executed prior to installing the new package, to make sure there is no data loss
- Run some simple data insertion statements to make sure the cluster works well - Run some simple data insertion statements to make sure the cluster works well
- Restore business services - Restore business services
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册