Xtrabackup 8.0.5 and MySQL 8.0.16: Unknown error 3613

I’m using Xtrabackup 8.0.5 and MySQL 8.0.16 and when I execute the following codeline:

sudo xtrabackup --prepare --target-dir=/opt/iepa/backup/osoa/

I receive this result:

How can I solve this problem?

Hi, i have the same problem. Error 3613 on de.mysql.
Error number: 3613; Symbol: ER_IMP_INCOMPATIBLE_SDI_VERSION; SQLSTATE: HY000

Message: Imported sdi version (%llu) is not compatible with current (%llu)

ER_IMP_INCOMPATIBLE_SDI_VERSION was added in 8.0.1.

Hi both, sorry for the slow reply in the case of hackituria

This was identified as an issue, as recorded here in JIRA, our bug tracking system. [URL][PXB-1839] PXB 8.0.5 crashes when preparing MySQL 8.0.16 - Percona JIRA

You should find that version 8.0.6 addresses the problem. If you continue having an issue after upgrading to Percona XtraBackup 8.0.6 please let me know.

Hi, I test with the 8.0.6 version. It’s ok now. Thanks a lot.