[MDEV-17410] mariabackup prepare crashes in Innodb recovery Created: 2018-10-09 Updated: 2019-03-26 Resolved: 2019-03-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.3.5 |
| Fix Version/s: | 10.3.7, 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anton Petin | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | mariabackup | ||
| Environment: |
linux debian |
||
| Issue Links: |
|
||||||||
| Description |
|
When i try to prepare my mariadb backup, mariabackup always crashes Command which i use to prepare backup
Output
|
| Comments |
| Comment by Marko Mäkelä [ 2018-10-09 ] | ||
|
MariaDB Server 10.3.5 is rather old, but nevertheless already 10.3.4 should support the redo log record type 22, which was restored in | ||
| Comment by Vladislav Vaintroub [ 2018-10-09 ] | ||
|
antonp1976, just a small remark, you do not need user and password for --prepare. You not connect to the database. Passing the baton to Innodb recovery expert marko I also suggest to retry with most recent 10.3 . You have a pre-GA version, where anything can happen. The first GA was 10.3.7 | ||
| Comment by Marko Mäkelä [ 2019-03-26 ] | ||
|
The hex dump suggests that the corrupted record is 0x1600c4c02500.
Since the bug fix, all types 0, 1, 2 are allowed. |