File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
install/etc/s6/services/10-db-backup Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.21.1 2020-06-04 <dave at tiredofit dot ca >
2+
3+ ### Changed
4+ - Bugfix to initalization routine
5+
6+
17## 1.21.0 2020-06-03 <dave at tiredofit dot ca >
28
39 ### Added
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SIZE_VALUE=${SIZE_VALUE:-"bytes"}
3232SPLIT_DB=${SPLIT_DB:-FALSE}
3333TMPDIR=/tmp/backups
3434
35- if [ "BACKUP_TYPE" = "S3" ] || [ "BACKUP_TYPE" = "s3" ] || [ "BACKUP_TYPE" = "MINIO" ] || [ "BACKUP_TYPE" = "minio" ]
35+ if [ "BACKUP_TYPE" = "S3" ] || [ "BACKUP_TYPE" = "s3" ] || [ "BACKUP_TYPE" = "MINIO" ] || [ "BACKUP_TYPE" = "minio" ] ; then
3636 S3_PROTOCOL=${S3_PROTOCOL:-"https"}
3737 sanity_var S3_HOST "S3 Host"
3838 sanity_var S3_BUCKET "S3 Bucket"
You can’t perform that action at this time.
0 commit comments