From ea991e573ad31f40d0f726793978db601f2e7f40 Mon Sep 17 00:00:00 2001 From: liuheng Date: Thu, 17 Apr 2025 10:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0rpm=E8=B5=84=E6=96=99?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0update=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RPM\345\256\211\350\243\205.md" | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git "a/content/zh/docs/InstallationGuide/RPM\345\256\211\350\243\205.md" "b/content/zh/docs/InstallationGuide/RPM\345\256\211\350\243\205.md" index 1e42852cb..84421273c 100644 --- "a/content/zh/docs/InstallationGuide/RPM\345\256\211\350\243\205.md" +++ "b/content/zh/docs/InstallationGuide/RPM\345\256\211\350\243\205.md" @@ -4,24 +4,26 @@ ## 支持的架构和操作系统版本以及对应的openGauss版本 -| 操作系统 | 架构 | openauss版本 | -| ----------------------- | ------ | --------------- | -| openEuler 24.03 LTS SP1 | ARM64/x86_64 | openGauss 6.0.0 企业版 | -| openEuler 22.03 LTS SP4 | ARM64/x86_64 | openGauss 5.0.1 Lite | -| openEuler 24.03 LTS | ARM64/x86_64 | openGauss 2.1.0 Lite | -| openEuler 22.03 LTS SP3 | ARM64/x86_64 | openGauss 2.1.0 Lite | -| openEuler 20.03 LTS SP4 | ARM64/x86_64 | openGauss 2.1.0 Lite | -| openEuler 22.03 LTS SP1 | ARM64/x86_64 | openGauss 2.1.0 Lite | - -注意:上面列举的都是openEuler正在维护的版本,如果需要openEuler其他版本上安装openGauss,请联系华为技术支持。 +| 操作系统 | 架构 | os版本 | updata版本 | +| ----------------------- | ------------- | --------------- | ---------------- | +| openEuler 24.03 LTS SP1 | ARM64/x86_64 | openGauss 6.0.0 企业版 | 无 | +| openEuler 22.03 LTS SP4 | ARM64/x86_64 | openGauss 5.0.1 Lite | openGauss 6.0.0 企业版 | +| openEuler 24.03 LTS | ARM64/x86_64 | openGauss 2.1.0 Lite | 无 | +| openEuler 22.03 LTS SP3 | ARM64/x86_64 | openGauss 2.1.0 Lite | 无 | +| openEuler 20.03 LTS SP4 | ARM64/x86_64 | openGauss 2.1.0 Lite | 无 | +| openEuler 22.03 LTS SP1 | ARM64/x86_64 | openGauss 2.1.0 Lite | 无 | + +注意: +- 上面列举的都是openEuler正在维护的版本,如果需要openEuler其他版本上安装openGauss,请联系华为技术支持。 +- os版本表示系统默认安装的openGauss版本,update版本表示通过yum update命令升级到的openGauss版本。 ## 支持特性 -- 从openGauss 5.0.1开始,支持兼容性B库,详细参考[dolphin插件](../ExtensionReference/dolphin概述.md)。 +- 从openGauss 5.0.1开始,支持兼容性B库,详细参考[dolphin插件](../ExtensionReference/dolphin概述.md)。 ## 约束 -- openGauss 6.0.0企业版不包含mot,obs和codegen功能,以及om、cm等外部组件,仅有纯数据库功能(支持兼容性B库)。 +- openGauss 6.0.0企业版不包含mot,obs和codegen功能,以及om、cm等外部组件,仅有纯数据库功能(支持兼容性B库)。 ## 使用限制 -- Gitee