This commit is contained in:
hangjin2020
2020-12-28 14:47:12 +08:00
parent fec57862a0
commit 25a151b9a9
3 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ fi
##default install version storage path
declare server_version='openGauss'
declare server_name_for_package="$(echo ${server_version} | sed 's/ /-/g')" # replace blank with '-' for package name.
declare version_number='1.1.0'
declare version_number='1.0.1'
#######################################################################
##putout the version of server

View File

@ -22,8 +22,8 @@ usergroup="dbgrp"
envfilepath="${workdir}/om/env1"
logfilesavepath=/home/OM/log
upgradefilepath_om=${workdir}/openGauss/package/openGauss-1.1.0-CentOS-64bit-om.tar.gz
upgradefilepath_app=${workdir}/openGauss/package/openGauss-1.1.0-CentOS-64bit.tar.bz2
upgradefilepath_app_sha256=${workdir}/openGauss/package/openGauss-1.1.0-CentOS-64bit.sha256
upgradefilepath_app=${workdir}/openGauss/package/openGauss-1.0.1-CentOS-64bit.tar.bz2
upgradefilepath_app_sha256=${workdir}/openGauss/package/openGauss-1.0.1-CentOS-64bit.sha256
package_path=/home/openGauss-1.0.1-CentOS-b109-64bit.tar.gz
shellfilepath=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
# 用户校验

View File

@ -22,8 +22,8 @@ usergroup="dbgrp"
envfilepath="${workspace}/om/env"
logfilesavepath=/usr1/opengaussautoinstall/log
package_path_om=${workspace}/openGauss/package/openGauss-1.1.0-CentOS-64bit-om.tar.gz
package_path_app=${workspace}/openGauss/package/openGauss-1.1.0-CentOS-64bit.tar.bz2
package_path_app_sha256=${workspace}/openGauss/package/openGauss-1.1.0-CentOS-64bit.sha256
package_path_app=${workspace}/openGauss/package/openGauss-1.0.1-CentOS-64bit.tar.bz2
package_path_app_sha256=${workspace}/openGauss/package/openGauss-1.0.1-CentOS-64bit.sha256
shellfilepath=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
hostname=`hostname`
ip=`hostname -i|awk '{print $1}'`