From de2429af1a4683c0265a1ef29c520ab17104cde9 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Sat, 3 Feb 2024 15:22:53 -0500 Subject: [PATCH] progress --- 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 c650d5a..5cd6428 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.4.8 \ No newline at end of file +0.4.9 \ No newline at end of file diff --git a/scripts/archive_yesterday_md.sh b/scripts/archive_yesterday_md.sh index 2b0e51b..c7b6456 100755 --- a/scripts/archive_yesterday_md.sh +++ b/scripts/archive_yesterday_md.sh @@ -9,7 +9,7 @@ if [ "${host}" == "cvttdata" ] then ArchiveRootDir=/home/cvtt/prod/archive/md_archive CredKey=TSDB_MD_CVTTDATA_RO -elif [ "${host}" == "cloud19.cryptovaltrading.com" ] +elif [ "${host}" == "cloud21.cryptovaltrading.com" ] then ArchiveRootDir=/opt/cvtt/archive/md_archive CredKey=TSDB_MD_CLD21_RO