初始化去除密码
This commit is contained in:
parent
c45fc8002c
commit
04c5105bc3
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: opengauss
|
Name: opengauss
|
||||||
Version: 5.0.1
|
Version: 5.0.1
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: openGauss is an open source relational database management system
|
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
|
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
|
URL: https://gitee.com/opengauss/openGauss-server
|
||||||
@ -278,7 +278,7 @@ start_opengauss(){
|
|||||||
return 0
|
return 0
|
||||||
fi
|
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
|
if [ $? -ne 0 ]; then
|
||||||
echo "Init openGauss database failed."
|
echo "Init openGauss database failed."
|
||||||
exit $result
|
exit $result
|
||||||
@ -434,6 +434,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 20 2024 liuheng <liuheng76@huawei.com> - 5.0.1-15
|
||||||
|
- Fix bugs: Initialize Remove Password
|
||||||
|
|
||||||
* Wed Jun 12 2024 liuheng <liuheng76@huawei.com> - 5.0.1-14
|
* Wed Jun 12 2024 liuheng <liuheng76@huawei.com> - 5.0.1-14
|
||||||
- Fix bugs: #IA4KLQ #IA4PTU
|
- Fix bugs: #IA4KLQ #IA4PTU
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user