From 5e7b3eaee2bcc77815b23c2a28e8c11a66136f14 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Wed, 6 Dec 2023 16:21:59 -0500 Subject: [PATCH] fixes to archive md --- release_version.txt | 2 +- scripts/archive_yesterday_md.sh | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/release_version.txt b/release_version.txt index 1c09c74..42045ac 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -0.3.3 +0.3.4 diff --git a/scripts/archive_yesterday_md.sh b/scripts/archive_yesterday_md.sh index a1aadf2..800f711 100755 --- a/scripts/archive_yesterday_md.sh +++ b/scripts/archive_yesterday_md.sh @@ -6,10 +6,11 @@ export PYTHONPATH=${RootDir} host=$(hostname) if [ "${host}" == "cryptoval1" ] - ArchiveRootDir=/localdisk/cvtt/archive/md_archive - CredKey=TSDB_MD_CV1_RO then + ArchiveRootDir=/localdisk/cvtt/archive/md_archive + CredKey=TSDB_MD_CV1 elif [ "${host}" == "cloud19.cryptovaltrading.com" ] +then ArchiveRootDir=/opt/cvtt/archive/md_archive CredKey=TSDB_MD_CLD19_RO else @@ -41,5 +42,3 @@ echo ${Cmd} eval ${Cmd} echo "${0} ${*} Done." - -