[debian-mysql] Bug#903043: Bug#903043: percona-xtrabackup 2.2.3-2.1 Unsupported server version: 10.1.26-MariaDB-0+deb9u1

Christian Saller c.saller at conova.com
Fri Jul 6 08:45:17 BST 2018


Hi,

encryption or compression is not in use.

The issue could be solved by updating the innobackupex script:

diff innobackupex innobackupex.new -c
*** innobackupex    2018-07-06 09:26:17.531367905 +0200
--- innobackupex.new    2018-07-06 09:26:02.835301191 +0200
***************
*** 4618,4624 ****
            # MySQL/Percona Server 5.6
            $var_version =~ m/5\.6\.\d/ ||
            # MariaDB 10.0
!          $var_version =~ m/10\.0\.\d/
           )) {

           die "Unsupported server version: '$var_version' " .
--- 4618,4626 ----
            # MySQL/Percona Server 5.6
            $var_version =~ m/5\.6\.\d/ ||
            # MariaDB 10.0
!          $var_version =~ m/10\.0\.\d/ ||
!          # MariaDB 10.1
!          $var_version =~ m/10\.1\.\d/
           )) {

           die "Unsupported server version: '$var_version' " .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3616 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-mysql-maint/attachments/20180706/aa4f6d49/attachment-0002.bin>


More information about the pkg-mysql-maint mailing list