[MDEV-9708] innobackupex: Error: Unsupported server version 10.1.12-MariaDB-1~jessie Created: 2016-03-10 Updated: 2016-03-11 Resolved: 2016-03-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.1.12 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Matyashov Andrey | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS: Debian 8.3 (jessie) |
||
| Attachments: |
|
| Description |
|
root@mariadb-01:~# /usr/bin/innobackupex --version This software is published under root@mariadb-01:~# xtrabackup --version root@mariadb-01:~# /usr/bin/innobackupex --no-version-check --user=root --password=MY_PASSWORD --socket=/var/run/mysqld/mysqld.sock --galera-info --stream=xbstream /tmp/tmp.iR1tuzvbYx --defaults-file=/etc/mysql/my.cnf InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy This software is published under 160310 13:07:18 innobackupex: Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_file=/etc/mysql/my.cnf;mysql_read_default_group=xtrabackup;mysql_socket=/var/run/mysqld/mysqld.sock' as 'root' (using password: YES). Attached patch fix this bug and fix bug with executing query on locked tables.
|
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2016-03-10 ] | ||||||||||||
|
The Xtrabackup version seems old. Could you upgrade at least to 2.2.13 (as suggested in the bug below), and see if that resolves the issue? https://bugs.launchpad.net/percona-xtrabackup/+bug/1539533 I also see that a check for 10.0/10.1 is already in place : | ||||||||||||
| Comment by Matyashov Andrey [ 2016-03-10 ] | ||||||||||||
|
In xtrabackup-v2.2.13 it works. In xtrabackup-v2.2.3 and script https://github.com/percona/percona-xtrabackup/blob/2.2/storage/innobase/xtrabackup/innobackupex.pl#L4790 not works, see log.
Maybe need update package percona-xtrabackup to v2.2.13 in your repositories? | ||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-03-10 ] | ||||||||||||
|
Where did you get the xtrabackup package from?
| ||||||||||||
| Comment by Matyashov Andrey [ 2016-03-10 ] | ||||||||||||
|
I downloads this package from percona site ( https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-2.2.13/binary/debian/jessie/x86_64/percona-xtrabackup-22_2.2.13-1.jessie_amd64.deb ). | ||||||||||||
| Comment by Elena Stepanova [ 2016-03-10 ] | ||||||||||||
|
sys.admin, You've downloaded 2.2.13 from Percona site, but where did 2.2.3 come from? | ||||||||||||
| Comment by Matyashov Andrey [ 2016-03-11 ] | ||||||||||||
|
i'm sorry, i thought, this package from your repository. Thanks for your answers! |