2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 16:47:14 +08:00

feat: 更新 PostgreSQL 16.0 和 15.4

This commit is contained in:
耗子
2023-09-25 23:59:24 +08:00
parent 4950b48fc9
commit 198c56cb25
10 changed files with 1490 additions and 3 deletions

View File

@@ -29,7 +29,9 @@ postgresqlPassword=$(cat /dev/urandom | head -n 16 | md5sum | head -c 16)
cpuCore=$(cat /proc/cpuinfo | grep "processor" | wc -l)
if [[ "${1}" == "15" ]]; then
postgresqlVersion="15.3"
postgresqlVersion="15.4"
elif [[ "${1}" == "16" ]]; then
postgresqlVersion="16.0"
else
echo -e $HR
echo "错误:不支持的 PostgreSQL 版本!"