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 9863358 commit 57193ccCopy full SHA for 57193cc
install/assets/functions/10-db-backup
@@ -118,12 +118,12 @@ bootstrap_variables() {
118
119
if [ -n "${DB_DUMP_BEGIN}" ]; then
120
print_warn "Deprecated and unsupported variable 'DB_DUMP_BEGIN' detected - Please upgrade your variables as they will be removed in version 4.3.0"
121
- DEFAULT_BACKUP_BEGIN=${DB_BACKUP_BEGIN}
+ DEFAULT_BACKUP_BEGIN=${DB_DUMP_BEGIN}
122
fi
123
124
if [ -n "${DB_DUMP_FREQ}" ]; then
125
print_warn "Deprecated and unsupported variable 'DB_DUMP_FREQ' detected - Please upgrade your variables as they will be removed in version 4.3.0"
126
- DEFAULT_BACKUP_INTERVAL=${DB_BACKUP_INTERVAL}
+ DEFAULT_BACKUP_INTERVAL=${DB_DUMP_INTERVAL}
127
128
129
if [ -n "${DB_DUMP_TARGET}" ]; then
0 commit comments