From da4a04ad87575362af698960d4efc6910ff5ce29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 26 Sep 2023 00:32:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=89=E8=A3=85=20PostgreSQL=20?= =?UTF-8?q?=E5=90=8E=E9=87=8D=E5=90=AF=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/postgresql/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/postgresql/install.sh b/scripts/postgresql/install.sh index 2630a481..fec82b50 100644 --- a/scripts/postgresql/install.sh +++ b/scripts/postgresql/install.sh @@ -171,4 +171,7 @@ systemctl start postgresql panel writePlugin postgresql${1} ${postgresqlVersion} +# 测试中发现不重启一下,会导致无法连接 +systemctl restart postgresql + echo -e "${HR}\nPostgreSQL-${1} 安装完成\n${HR}"