Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.1.12
-
None
-
OS: Debian 8.3 (jessie)
Server: 10.1.12-MariaDB-1~jessie
xtrabackup: 2.2.3 based on MySQL server 5.6.17 Linux (x86_64) (revision id: )
innobackupex: v1.5.1-xtrabackup
Description
root@mariadb-01:~# /usr/bin/innobackupex --version
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona LLC and/or its affiliates 2009-2013. All Rights Reserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
root@mariadb-01:~# xtrabackup --version
xtrabackup version 2.2.3 based on MySQL server 5.6.17 Linux (x86_64) (revision id: )
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
and Percona LLC and/or its affiliates 2009-2013. All Rights Reserved.
This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.
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).
160310 13:07:18 innobackupex: Connected to MySQL server
innobackupex: Error: Unsupported server version: '10.1.12-MariaDB-1~jessie' Please report a bug at https://bugs.launchpad.net/percona-xtrabackup
Attached patch fix this bug and fix bug with executing query on locked tables.
innobackupex: Executing FLUSH ENGINE LOGS...
|
DBD::mysql::db do failed: Can't execute the query because you have a conflicting read lock at /usr//bin/innobackupex line 3059. |
innobackupex: Error:
|
Error executing 'FLUSH ENGINE LOGS': DBD::mysql::db do failed: Can't execute the query because you have a conflicting read lock at /usr//bin/innobackupex line 3059. |
innobackupex: Waiting for ibbackup (pid=32527) to finish |
innobackupex finished with error: 9. Check /var/lib/mysql//innobackup.backup.log |
Cleanup after exit with status:22 |
Cleaning up temporary directories
|