[MDEV-29868] Can not restore table after partial backup Created: 2022-10-24 Updated: 2022-10-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.6.9 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||
| Issue Links: |
|
||||
| Description |
|
Create tables e.g. table1, table2, table10, make partial backup:
stop server, cleanup /var/lib/mysql, run mariadb-install-db, restart server, re-create users Create empty table, discard its tables space: `alter table table1 discard tablespace;` Try to restore `table1`:
Try to import tablespace:
what do `0X8100F` and `0X2D100F` ? Documentation:
Should mariadb-backup tool do partial backup restore automatically? |