Skip to content

Commit

Permalink
Merge pull request #252 from pimjansen/feature/name-typo
Browse files Browse the repository at this point in the history
Updated name where it is not writing to s3
  • Loading branch information
tiredofit committed Sep 14, 2023
2 parents e3e0d7e + db808d2 commit 768d5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/assets/functions/10-db-backup
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ move_dbbackup() {
rm -rf "${TEMP_LOCATION}"/"${target}"
;;
"blobxfer" )
print_info "Moving backup to S3 Bucket with blobxfer"
print_info "Moving backup to external storage with blobxfer"

mkdir -p "${DB_DUMP_TARGET}"
if var_true "${ENABLE_CHECKSUM}" ; then mv "${TEMP_LOCATION}"/*."${checksum_extension}" "${DB_DUMP_TARGET}"/; fi
Expand Down

0 comments on commit 768d5e6

Please sign in to comment.