From bd8700477fcba5204f45adeb31e9626aeab4ba0d Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 16 Jul 2025 09:26:34 +0800 Subject: [PATCH] fix: wrong PG_VERSION path. --- installer/start-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/start-all.sh b/installer/start-all.sh index 3614489f..82abc483 100644 --- a/installer/start-all.sh +++ b/installer/start-all.sh @@ -2,7 +2,7 @@ set -e -if [ -f "/var/lib/postgresql/data/PG_VERSION" ]; then +if [ -f "/opt/maxkb/PG_VERSION" ]; then # 如果是v1版本一键安装的的目录则退出 echo "The existing data is from v1 and is not compatible with v2, installing v2 over v1 is not supported." echo "The process will now exit."