Comment 7 for bug 1182698

Revision history for this message
Denis Alligand (d-alligand) wrote :

from which innobackupex do i need to apply the patch?

whith current version i do have the following error

patch -p0 < innobackupex.patch
patching file /usr/bin/innobackupex
Hunk #1 FAILED at 285.
Hunk #2 FAILED at 1404.
2 out of 2 hunks FAILED -- saving rejects to file /usr/bin/innobackupex.rej

or

patch -p1 < /root/innobackupex.patch
patching file tmp/innobackupex
Hunk #1 FAILED at 285.
Hunk #2 FAILED at 1404.
2 out of 2 hunks FAILED -- saving rejects to file tmp/innobackupex.rej

version I do use:

dpkg -l|grep percona
ii percona-toolkit 2.2.2 Advanced MySQL and system command-line tools
ii percona-xtrabackup 2.0.6-521.squeeze Open source backup tool for InnoDB and XtraDB
ii percona-xtradb-cluster-client-5.5 5.5.30-23.7.4-405.squeeze Percona Server database client binaries
ii percona-xtradb-cluster-common-5.5 5.5.30-23.7.4-405.squeeze Percona Server database common files (e.g. /etc/mysql/my.cnf)
ii percona-xtradb-cluster-galera-2.x 150.squeeze Galera components of Percona XtraDB Cluster
ii percona-xtradb-cluster-server-5.5 5.5.30-23.7.4-405.squeeze Percona Server database server binaries

/usr/bin/innobackupex --version
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright 2003, 2009 Innobase Oy
and Percona Ireland Ltd 2009-2012. All Rights Reserved.

This software is published under
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.

Denis