ccfe65b5f7
backup_full() saves the history name in $BACKUP_DIR/last_full_date. backup_incremental() attempts to read from $BACKUP_DIR/last_full_date into $LAST_FULL_DATE. After the read attempt; if $LAST_FULL_DATE is zero length then $(date +%d-%m-%Y) is used. Change-Id: I4172b814d5d95ae3debbc1cf3feaeee2e2bec9bd Closes-bug: 1897948
7 lines
169 B
YAML
7 lines
169 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes MariaDB incremental backup failure when full
|
|
backup was not created the same day.
|
|
`LP#1897948 <https://launchpad.net/bugs/1897948>`__
|