From 648d54e58832504e2e6c1cb6729a595006155a57 Mon Sep 17 00:00:00 2001 From: He Wang Date: Thu, 31 Mar 2022 19:25:59 +0800 Subject: [PATCH] add compatibility desc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index addbfa5..05375c7 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,21 @@ yum-config-manager --add-repo https://mirrors.aliyun.com/oceanbase/OceanBase.rep ### 2. 下载预编译包 -预编译的产出在:[Release](http://pub.mirrors.aliyun.com/oceanbase/community/stable/el/7/x86_64/) ,oblogproxy的包名是"oblogproxy-xxxx.系统版本.x86_64.rpm",根据自己的系统选取,安装: +预编译的产出在:[Release](http://mirrors.aliyun.com/oceanbase/community/stable/el/7/x86_64/) ,oblogproxy的包名是"oblogproxy-xxxx.系统版本.x86_64.rpm",根据自己的系统选取,安装: ```bash yum install -y oblogproxy-xxxx.系统版本.x86_64.rpm ``` oblogproxy会安装在目录 `/usr/local/oblogproxy` 。 +需要注意的是,oblogproxy 对 [obcdc](https://github.com/oceanbase/oceanbase/tree/master/tools/obcdc) (原liboblog) 有版本依赖,当通过 oceanbase-ce-devel 引入该依赖时,默认的安装流程可能会安装最新版,因此建议先安装指定版本的 oceanbase-ce-devel,版本对应关系: + +| obcdc (devel) | oblogproxy | +|---------------|------------| +| 3.1.1 | 1.0.0 | +| 3.1.2 | 1.0.1 | +| 3.1.3 | 暂无 | + ### 3. 配置系统租户 获得observer的sys租户账号密码,通常在创建observer集群时创建,也可以单独创建。oblogproxy需要加密的配置,执行以下命令即可得到: ```bash -- GitLab