79,513
社区成员




2022年3月,openEuler 22.03 LTS版本ISO安装包仓库及LTS官方软件仓库均上线openGauss2.1.0版本安装包,提供RPM一键安装openGauss的能力,提高用户易用性。
openGauss软件包使用,提供用户易用性
openEuler 22.03 LTS版本中涉及的openGauss安装包及其依赖仓库如下:
https://gitee.com/src-openeuler/opengauss-server
https://gitee.com/src-openeuler/opengauss-dcf
#安装opengauss2.1.0,(aarch64/x86_64)
yum list opengauss*
yum -y install opengauss 或dnf install opengauss -y
#启动,自启
systemctl start opengauss
systemctl status opengauss
systemctl enable opengauss
#登录数据库
su - opengauss
gsql -d postgres -r