[MDEV-32994] more clear error message when trying to prepare mariadb-backup taken by different version originally Created: 2023-12-12 Updated: 2023-12-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
When taking a backup with mariabackup/mariadb-backup with one version of the tool, but trying to prepare it with a later version, the --prepare run will fail with e.g.:
This should report way more clearly that the backup can only be prepared using a mariadb-backup binary of the same major version as the server was running at the time the backup was taken, e.g.:
|