[MDEV-29685] Incremental backup does not work Created: 2022-10-03 Updated: 2023-08-25 Resolved: 2023-08-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.3.36, 10.4.26 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | Timofey Turenko |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
test scenarion: 1. create one table, make first backup sudo mariadb-backup -utest_user -p**** --backup --target-dir=backup/base_backup_dir 2. create second table, create next part of backup: repeat it several times 3. clean DB directory, start backup prepare: sudo mariadb-backup --prepare --target-dir=backup_prepare/base_backup_dir the last command fails:
full test log is attached (log104), files created by mariadb-backup - backup.tar.gz |
| Comments |
| Comment by Timofey Turenko [ 2023-08-16 ] |
|
The documentation issue is open Test now uses scenario from CS doc https://mariadb.com/kb/en/incremental-backup-and-restore-with-mariabackup/ |
| Comment by Timofey Turenko [ 2023-08-25 ] |
|
test is re-implemented according https://mariadb.com/kb/en/incremental-backup-and-restore-with-mariabackup/ |
| Comment by Timofey Turenko [ 2023-08-25 ] |
|
it is a documentation issue |