sst/innobackupex fails on MariaDB 10.2.1

Bug #1616224 reported by Skyline Servers
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
New
Undecided
Unassigned

Bug Description

Looks like versions needs a bump?

# cat /var/lib/mysql/innobackup.backup.log

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.

160823 15:45:36 innobackupex: Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_group=xtrabackup;mysql_socket=/var/lib/mysql/mysql.sock' as '********' (using password: YES).
160823 15:45:36 innobackupex: Connected to MySQL server
innobackupex: got a fatal error with the following stacktrace: at /usr//bin/innobackupex line 4760.
 main::check_server_version() called at /usr//bin/innobackupex line 1541
innobackupex: Error: Unsupported server version: '10.2.1-MariaDB' Please report a bug at https://bugs.launchpad.net/percona-xtrabackup

# rpm -qa | grep MariaDB
MariaDB-common-10.2.1-1.el7.centos.x86_64
MariaDB-shared-10.2.1-1.el7.centos.x86_64
MariaDB-server-10.2.1-1.el7.centos.x86_64
MariaDB-client-10.2.1-1.el7.centos.x86_64

Looks like minor overlook in 10.2.1 release.

Could the fix be this easy?

innobackupex line 4751
# before
$var_version =~ m/10\.[01]\.\d/
# after?
$var_version =~ m/10\.[012]\.\d/

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

so far MariaDB 10.2 is alpha

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.