From 425c360e16c9131031c5ad8e342deffa55bd7e99 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Sat, 3 Feb 2024 15:18:38 -0500 Subject: [PATCH] getting rid of cloud19 --- release_version.txt | 2 +- scripts/archive_yesterday_md.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release_version.txt b/release_version.txt index 5546bd2..c650d5a 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.4.7 \ No newline at end of file +0.4.8 \ No newline at end of file diff --git a/scripts/archive_yesterday_md.sh b/scripts/archive_yesterday_md.sh index f2d5a63..2b0e51b 100755 --- a/scripts/archive_yesterday_md.sh +++ b/scripts/archive_yesterday_md.sh @@ -12,7 +12,7 @@ then elif [ "${host}" == "cloud19.cryptovaltrading.com" ] then ArchiveRootDir=/opt/cvtt/archive/md_archive - CredKey=TSDB_MD_CLD19_RO + CredKey=TSDB_MD_CLD21_RO else echo "Unknown host ${host}. ${0} Aborted." exit 1