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' " .

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to