xtrabackup to support MySQL 5.6

Bug #1062553 reported by Vadim Tkachenko
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Fix Released
High
Unassigned

Bug Description

XtraBackup right now does not support MySQL 5.6, as function
set_xtrabackup_version does not have corresponding check.
How to fix:
add
if($var_version =~ m/5\.6\.\d/){
        $ibbackup_binary = ($win eq 1 ? 'xtrabackup.exe' : 'xtrabackup_55');
}

to innobackupex, function set_xtrabackup_version

Changed in percona-xtrabackup:
status: New → Confirmed
Revision history for this message
Alexey Kopytov (akopytov) wrote :

There's also https://blueprints.launchpad.net/percona-xtrabackup/+spec/mysql-56-support (which is rather an umbrella BP for adding version detection, test suite/Jenkins support and testing).

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Bug #968449 was marked as a duplicate of this one.

Revision history for this message
Stewart Smith (stewart) wrote : Re: [Bug 1062553] Re: xtrabackup to support MySQL 5.6

Alexey Kopytov <email address hidden> writes:
> There's also https://blueprints.launchpad.net/percona-
> xtrabackup/+spec/mysql-56-support (which is rather an umbrella BP for
> adding version detection, test suite/Jenkins support and testing).

When we add 5.6, what versions do we stop supporting?

My votes would be 5.0 and 5.1 builtin.

--
Stewart Smith

Revision history for this message
Alexey Kopytov (akopytov) wrote :

On 08.10.12, 4:34, Stewart Smith wrote:
> Alexey Kopytov <email address hidden> writes:
>> There's also https://blueprints.launchpad.net/percona-
>> xtrabackup/+spec/mysql-56-support (which is rather an umbrella BP for
>> adding version detection, test suite/Jenkins support and testing).
>
> When we add 5.6, what versions do we stop supporting?
>
> My votes would be 5.0 and 5.1 builtin.
>

Agree, 5.0/5.1-builtin are the first candidates to become unsupported.

Revision history for this message
Henk Jan Agteresch (hjagteresch) wrote :

Mysql 5.1 is still very widely used.

eg Ubuntu Lucid 10.04 (LTS edition, supported until 2015) comes with Mysql 5.1. Lots of people use the the default distro-provided mysql.

Please consider supporting 5.1 for a longer time.

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Henk,

Only 5.1 with built-in InnoDB version will not be supported. There are no plans to drop support for 5.1 with InnoDB plugin.

Stewart Smith (stewart)
Changed in percona-xtrabackup:
status: Confirmed → Triaged
importance: Undecided → High
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Basic support (including the version check) was implemented in https://blueprints.launchpad.net/percona-xtrabackup/+spec/basic-56-support and will be released in XtraBackup 2.0.6.

Full support is targeted to XtraBackup 2.0.7 in https://blueprints.launchpad.net/percona-xtrabackup/+spec/mysql-56-support

Not sure about the correct status of this report. But since it only mentioned the version check, marking as Fix Released.

Changed in percona-xtrabackup:
status: Triaged → Fix Released
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-344

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

Duplicates of this bug

Other bug subscribers

Related blueprints

Remote bug watches

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