gauss5.0.5版本能安装在欧拉2203SP3吗

每次安装都说 python3.9.9版本不太行 其他依赖包版本都过高。但是5.0.2能正常装是为什么

确认一下数据库的安装包选对了吗

确认是对的,如果是错的 他会说版本ARCH不适用当前。

我502升级到505也是失败。505重新安装也失败。是欧拉2203SP3LTS版不支持505吗

取的是这个包吧

看一下具体报错

[omm@szetmsdd01 ~]$ gs_upgradectl -t auto-upgrade -X “$XML” --grey 2>&1 | tee “$LOG”
Static configuration matched with old static configuration files.
Wait for the cluster status normal or degrade.
Start check CMS parameter.
Old cluster version number less than 92574.
Successfully set upgrade_mode to 0.
Checking upgrade environment.
Successfully checked upgrade environment.
Start to do health check.
Successfully checked cluster status.
Upgrade all nodes.
NOTICE: The directory /u01/etmsdb/install/app_48a25b11 will be deleted after commit-upgrade, please make sure there is no personal data.
Performing grey rollback.
No need to rollback.
The directory /u01/etmsdb/install/app_48a25b11 will be deleted after commit-upgrade, please make sure there is no personal data.
Installing new binary.
Wait for the cluster status normal or degrade.
copy certs from /u01/etmsdb/install/app_48a25b11 to /u01/etmsdb/install/app_a390df4f.
Successfully copy certs from /u01/etmsdb/install/app_48a25b11 to /u01/etmsdb/install/app_a390df4f.
Successfully backup hotpatch config file.
Sync cluster configuration.
Successfully synced cluster configuration.
Switch symbolic link to new binary directory.
Successfully switch symbolic link to new binary directory.
Start check CMS parameter.
Old cluster version number less than 92574.
Switching all db processes.
Check cluster state.
Cluster need start now.
Cluster is started now.
Failed to upgrade, can use --grey to upgrade again after rollback. Error: [GAUSS-51400] : Failed to execute the command: gs_guc set -Z cmagent -N all -I all -c ‘upgrade_from=92861’.Error:
gs_guc: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
[GAUSS-51400] : Failed to execute the command: gs_guc set -Z cmagent -N all -I all -c ‘upgrade_from=92861’.Error:
gs_guc: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
[omm@szetmsdd01 ~]$

这是升级出错的其中一个,太多错误了 还有原本欧拉自带python3.9.9 但是又说太高了 需要python3.7,升级双机通信的证书又不行了 权限太宽。

这个同样OS心机重新装的错误

[root@szetmsdd11 script]# ./gs_preinstall -U omm -G dbgrp -X /u01/Packages/openGauss/cluster_cm_config.xm
Failed to execute cmd: rm -rf ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_linux.so’ && cp -r ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_linux.so_3.9’ ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_linux.so’ && rm -rf ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_posix.so’ && cp -r ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_posix.so_3.9’ ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_posix.so’ . Error:
cp: cannot stat ‘/u01/Packages/openGauss_5.0.5/script/gspylib/common/./../../../lib/psutil/_psutil_linux.so_3.9’: No such file or directory
[root@szetmsdd11 script]#

系统执行 gs_guc 命令时找不到 libreadline.so.7,检查系统中是否存在其他版本的 libreadline.so库

有so.8 但是不适用只能强制装

替换之后装好了吗