Error after upgrade to mysql 8.0.30 (ubuntu 20.04)

Hello,

Getting this error in the xtrabackup output since yesterday:
percona File ./ib_logfile0: ‘open’ returned OS error 71. Cannot continue operation

This appeared after mysql has been automatically upgraded to 8.0.30.

Can you suggest any solutions, please?

M.

Xtrabackup 8.0.29 (current version) is not compatible with MySQL 8.0.30.
It automatically blocks taking a backup from a higher version server, unless you specify --no-server-version-check.

For now, you will have to downgrade to MySQL 8.0.29.

Dear Marcelo,

when is the new version expected from Xtrabackup?