From afb0754550bfdcc1bd016c1c7f0ec0ef866e0414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=B4=A0=E5=A8=9F?= <91582541+Xjxjy@users.noreply.github.com> Date: Tue, 23 Nov 2021 15:13:57 +0800 Subject: [PATCH] Add 'obd update' command in FAQ (#60) * Add files via upload * Update README.md --- README-CN.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-CN.md b/README-CN.md index 452ad60..b3a15e1 100644 --- a/README-CN.md +++ b/README-CN.md @@ -599,6 +599,10 @@ oceanbase-ce: A:您可以修改 `~/.obd/plugins/oceanbase-ce/` 下的启动相关插件。比如您为 3.1.0 版本的 OceanBase-CE 添加了一个新的启动配置,可以修改 `~/.obd/plugins/oceanbase-ce/3.1.0/start.py`。 +### Q:如何升级 OBD? + +A:您可以使用 `obd update` 命令升级 OBD。当您升级完成后可以使用命令 `obd --version` 查看版本,确认是否升级成功。 + ## 协议 OBD 采用 [GPL-3.0](./LICENSE) 协议。 diff --git a/README.md b/README.md index f86b08b..ab08282 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,10 @@ oceanbase-ce: A: You can modify the startup plug-ins in the `~/.obd/plugins/oceanbase-ce/` directory. For example, after you add a new startup configuration item for OceanBase-CE V3.1.0, you can modify the `start.py` file in the `~/.obd/plugins/oceanbase-ce/3.1.0` directory. +### Q:How to update OBD? + +A:You can use the `obd update` command to update OBD. When you are done with the update, use the `obd --version` command to confirm the version of OBD. + ## Protocol OBD complies with [GPL-3.0](/LICENSE). -- GitLab