From 9266120b92037dca1b5196e1f841a07aaa01533b Mon Sep 17 00:00:00 2001 From: zhang_xubo <2578876417@qq.com> Date: Thu, 25 Jan 2024 17:35:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=BB=E9=87=8F=E7=89=88=E5=92=8C=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=86=85=E5=8D=87=E7=BA=A7=EF=BC=8C=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E8=AE=BE=E7=BD=AE=E4=B8=BA?= =?UTF-8?q?10min?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/upgrade/upgrade_common.sh | 2 +- liteom/upgrade_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/upgrade/upgrade_common.sh b/docker/upgrade/upgrade_common.sh index 2d230ebae..a08983ca4 100644 --- a/docker/upgrade/upgrade_common.sh +++ b/docker/upgrade/upgrade_common.sh @@ -714,7 +714,7 @@ function stop_dbnode() { } function start_dbnode() { - start_cmd="gs_ctl start -D ${GAUSSDATA}" + start_cmd="gs_ctl start -D ${GAUSSDATA} -t 600 " if [[ X"$dn_role" = X ]]; then return 1 fi diff --git a/liteom/upgrade_common.sh b/liteom/upgrade_common.sh index d413152c8..1e92fc31a 100644 --- a/liteom/upgrade_common.sh +++ b/liteom/upgrade_common.sh @@ -703,7 +703,7 @@ function stop_dbnode() { } function start_dbnode() { - start_cmd="gs_ctl start -D ${PGDATA} " + start_cmd="gs_ctl start -D ${PGDATA} -t 600 " if [[ X"$dn_role" = X ]]; then return 1 fi