-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: XtraBackup with MySQL 8.4 #17519
Comments
seems like we "miss" a 8.4 bootstrap image https://github.com/vitessio/vitess/tree/main/docker/bootstrap 🤔 |
That's a good point. We don't publish any We stopped using |
Are we interested in making this? A new image for now, and maybe in the future making this the default (for lite image) as MySQL 8.4 is LTS? |
I think we are interested in doing this for now, yes. The long term goal was to eventually get rid of mysqld in the |
I will draft a PR this week then |
Awesome, much appreciated 🙏🏻 |
Overview of the Issue
After upgrading from MySQL 8.0 to MySQL 8.4, backup are now longer working with
vitess/lite:v21.0.1
docker image.Reproduction Steps
Deploy a cluster with MySQL 8.4 and
vitess/lite:v21.0.1
.Run
vtctldclient --server=localhost:15999 --alsologtostderr BackupShard --concurrency=1 commerce/-80
See the error:
time:{seconds:1736873755 nanoseconds:644556941} file:"xtrabackupengine.go" line:416 value:"xtrabackup stderr: 2025-01-14T16:55:55.644443-00:00 0 [ERROR] [MY-011825] [Xtrabackup] This version of Percona XtraBackup can only perform backups and restores against MySQL 8.0 and Percona Server 8.0"
Binary Version
Docker image Version: 21.0.1 (Git revision 3d4f41db2fbc32611c7d2ea2af3dc68b9d962415 branch 'HEAD') built on Tue Dec 3 05:32:30 UTC 2024 by vitess@buildkitsandbox using go1.23.3 linux/amd64
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: