We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a1ff8 commit db808d2Copy full SHA for db808d2
install/assets/functions/10-db-backup
@@ -748,7 +748,7 @@ move_dbbackup() {
748
rm -rf "${TEMP_LOCATION}"/"${target}"
749
;;
750
"blobxfer" )
751
- print_info "Moving backup to S3 Bucket with blobxfer"
+ print_info "Moving backup to external storage with blobxfer"
752
753
mkdir -p "${DB_DUMP_TARGET}"
754
if var_true "${ENABLE_CHECKSUM}" ; then mv "${TEMP_LOCATION}"/*."${checksum_extension}" "${DB_DUMP_TARGET}"/; fi
0 commit comments