added cloud28

This commit is contained in:
Oleg Sheynin 2025-05-16 11:32:41 -04:00
parent 62a335b292
commit afeb39fc5a

View File

@ -39,10 +39,12 @@ if [ -z "${DbHost}" ] || [ -z "$Date" ]; then
fi fi
CredKey="" CredKey=""
if [ "${DbHost}" == "cvttdata" ] ; then if [ "${DbHost}" == "cloud28" ] ; then
CredKey=TSDB_MD_CVTTDATA_RO CredKey=TSDB_MD_CLOUD28_RO
elif [ "${DbHost}" == "cloud21" ] ; then elif [ "${DbHost}" == "cloud21" ] ; then
CredKey=TSDB_MD_CLD21_RO CredKey=TSDB_MD_CLD21_RO
elif [ "${DbHost}" == "cvttdata" ] ; then
CredKey=TSDB_MD_CVTTDATA_RO
else else
echo "host ${DbHost} is not valid source" echo "host ${DbHost} is not valid source"
usage usage