Updated name where it is not writing to s3

This commit is contained in:
Pim Jansen
2023-09-14 10:39:34 +02:00
parent 48a1ff8bbe
commit db808d25c7

View File

@@ -748,7 +748,7 @@ move_dbbackup() {
rm -rf "${TEMP_LOCATION}"/"${target}" rm -rf "${TEMP_LOCATION}"/"${target}"
;; ;;
"blobxfer" ) "blobxfer" )
print_info "Moving backup to S3 Bucket with blobxfer" print_info "Moving backup to external storage with blobxfer"
mkdir -p "${DB_DUMP_TARGET}" mkdir -p "${DB_DUMP_TARGET}"
if var_true "${ENABLE_CHECKSUM}" ; then mv "${TEMP_LOCATION}"/*."${checksum_extension}" "${DB_DUMP_TARGET}"/; fi if var_true "${ENABLE_CHECKSUM}" ; then mv "${TEMP_LOCATION}"/*."${checksum_extension}" "${DB_DUMP_TARGET}"/; fi