From 04c5105bc3fc5e3a892dd70391bdf4e97ad61ef2 Mon Sep 17 00:00:00 2001 From: liuheng Date: Thu, 20 Jun 2024 16:28:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opengauss-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opengauss-server.spec b/opengauss-server.spec index cc57fbe..81d4005 100644 --- a/opengauss-server.spec +++ b/opengauss-server.spec @@ -11,7 +11,7 @@ Name: opengauss Version: 5.0.1 -Release: 14 +Release: 15 Summary: openGauss is an open source relational database management system License: MulanPSL-2.0 and MIT and BSD and zlib and TCL and Apache-2.0 and BSL-1.0 URL: https://gitee.com/opengauss/openGauss-server @@ -278,7 +278,7 @@ start_opengauss(){ return 0 fi - result=$(su - opengauss -c "source ~/.bash_profile; gs_initdb -D /var/lib/opengauss/data -U opengauss -w "openGauss@123" --nodename=single_node") + result=$(su - opengauss -c "source ~/.bash_profile; gs_initdb -D /var/lib/opengauss/data -U opengauss --nodename=single_node") if [ $? -ne 0 ]; then echo "Init openGauss database failed." exit $result @@ -434,6 +434,9 @@ fi %changelog +* Thu Jun 20 2024 liuheng - 5.0.1-15 +- Fix bugs: Initialize Remove Password + * Wed Jun 12 2024 liuheng - 5.0.1-14 - Fix bugs: #IA4KLQ #IA4PTU