Hi. Where’s Percona XtraBackup 8.0.36?
percona-server:8.0.36-28.1
was released on Mar 4, 2024, almost a month ago. What XtraBackup version I can use for this?
You can use Percona XtraBackup 8.0.35-30
Thanks! Could you clarify this for me:
Is this a temporary exclusion, or has the general comparison strategy been changed? At this point the doc confusing a bit, this notice contradicts what pointed next there.
I have written a script to automate the creation and restoration process for myself, and I include a check for backup compatibility. Currently, it’s very simple: backup.mysql_version <= xtrabackup_version
. However, with this change, should I hardcode 8.0.34-29
into the script?"
And a side question… is there any work on arch64 version for pxb? I see that “multi” docker image is ready for Percona MySQL Server but I combine it with pxb, that means i need arch64 version for pxb as well. Any info here?
We just found out, our backups are broken for a few weeks, because there is no XtraBackup 8.0.36.
PMM returns this error: xtrabackup version “8.0.35-30” is not compatible with mysql version “8.0.36-28”: incompatible xtrabackup
I hope you fix this ASAP.
I did the below testing it worked.
mysql --version
mysql Ver 8.0.36-28
xtrabackup --version
xtrabackup version 8.0.35-30
xtrabackup --backup --target-dir=/home/percona/backup/
.
.
[Note] [MY-011825] [Xtrabackup] completed OK!
You can also use --no-server-version-check
If the source system version is greater than the XtraBackup version,
Server version and backup version comparison
you can share the error, if you still experiencing the backup failures.
We have multiple levels of backups. Backing up through the command line as you mention in the last comment works, but automatic or manual backups in PMM don’t.
i
Probably you faced the same issue as me. But in my case the compatibility check was in my automation script, it seems like you have the same in PMM. Probably, PMM is not ready for this version strategy change.
Any news when are you going to release Percona XtraBackup 8.0.36?
Can I use --no-server-version-check in XtraBackup for MySQL 8.0.35 from MySQL 8.0.36 onwards until 8.0 EOL?
The reason the version check fails in PMM is because PMM has its own version check code.
In the past, there is evidence that some version compatibility exceptions were hard-coded to maintain compatibility, but each exception is based on Xtrabackup’s release notes.
I or someone else can create a PMM pull request if there is official documentation on compatible versions, including MySQL 8.0.36.