[MDEV-29134] MariaBackup fails with corrupt log error | [ERROR] InnoDB: Malformed log record Created: 2022-07-19 Updated: 2023-03-03 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.6.7 |
| Fix Version/s: | 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pon Suresh Pandian (Inactive) | Assignee: | Vladislav Lesin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | mariabackup | ||
| Environment: |
Red Hat Enterprise Linux Server release 7.9 (Maipo) |
||
| Issue Links: |
|
||||
| Description |
|
Hi Team, MariaDB backups failed with log file corruption. Recently we upgraded the mariadb version from 10.4.17 ES to 10.6.7 ES version.. It's standalone server, We had an OS patch on that server about 48 hours before the log corruption but we had a successful backup after the OS patching.
|
| Comments |
| Comment by Marko Mäkelä [ 2022-07-25 ] |
|
mariadb-backup is only guaranteed to be compatible with the same major version of the server. There have been smaller changes to the InnoDB redo log format in 10.2, 10.3, 10.4, but a 10.4 version of backup might work with a 10.2 server. There were major changes to the redo log format in 10.5 ( The bug here is that it would be better to report a clear error message on an attempt to back up an incompatible server or prepare an incompatible backup. The minimal requirement:
|