Skip to content

Commit db808d2

Browse files
committed
Updated name where it is not writing to s3
1 parent 48a1ff8 commit db808d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/assets/functions/10-db-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ move_dbbackup() {
748748
rm -rf "${TEMP_LOCATION}"/"${target}"
749749
;;
750750
"blobxfer" )
751-
print_info "Moving backup to S3 Bucket with blobxfer"
751+
print_info "Moving backup to external storage with blobxfer"
752752

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

0 commit comments

Comments
 (0)