mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Release 2.11.5 - See CHANGELOG.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## 2.11.5 2022-03-15 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add additional debug statements
|
||||||
|
|
||||||
|
|
||||||
## 2.11.4 2022-03-15 <dave at tiredofit dot ca>
|
## 2.11.4 2022-03-15 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -529,6 +529,7 @@ print_debug "Backup routines Initialized on $(date)"
|
|||||||
if var_true $MANUAL ; then
|
if var_true $MANUAL ; then
|
||||||
exit 0;
|
exit 0;
|
||||||
else
|
else
|
||||||
|
print_debug "Sleeping until $(($DB_DUMP_FREQ*60))"
|
||||||
sleep $(($DB_DUMP_FREQ*60))
|
sleep $(($DB_DUMP_FREQ*60))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user