From d5cacdb32ad3958d587693b141572953ba0c7338 Mon Sep 17 00:00:00 2001 From: "dave@tiredofit.ca" Date: Wed, 11 Oct 2023 15:44:26 -0700 Subject: [PATCH] Release 3.10.5 - See CHANGELOG.md --- CHANGELOG.md | 9 ++++++++ install/usr/local/bin/restore | 43 +++++++++++++++++++++++++++++------ 2 files changed, 45 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3422bc..f9bfc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.10.5 2023-10-11 + + ### Added + - Add option to drop exsiting data from MongoDB restore + + ### Changed + - Fix some capabilities of not being able to select mongodb manually to restore + + ## 3.10.4 2023-10-11 ### Changed diff --git a/install/usr/local/bin/restore b/install/usr/local/bin/restore index efa97fe..c17edf3 100755 --- a/install/usr/local/bin/restore +++ b/install/usr/local/bin/restore @@ -131,7 +131,7 @@ EOF fi if [ -z "${DB_HOST}" ] && [ -n "${parsed_host}" ]; then - print_debug "Parsed DBHostpho Variant: 3 - No Env, Parsed Filename" + print_debug "Parsed DBHost Variant: 3 - No Env, Parsed Filename" q_dbhost_variant=3 q_dbhost_menu=$(cat <