Skip to content
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

Support config adapt to mysql 8.3.0 #926

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

drivebyer
Copy link
Contributor

@drivebyer drivebyer commented Jul 27, 2024

Part of #920

Self-test passed with MySQL 8.3.0 and 8.0.31 (one replica).

When testing with 3 replicas, the master sidecar shows an error log:

2024-07-27T13:48:21.920769-00:00 0 [ERROR] [MY-011825] [Xtrabackup] Unsupported server version 8.3.0
2024-07-27T13:48:21.920846-00:00 0 [ERROR] [MY-011825] [Xtrabackup] Please upgrade PXB. If a new version is available, to continue with risk, use the option --no-server-version-check.
E0727 13:48:21.925754 1 deleg.go:144 sidecar "msg"="failed waiting for xtrabackup to finish" "error"="exit status 1"

It seems we need to add new PXB support for MySQL 8.3.0 as stated in this comment.

@drivebyer drivebyer force-pushed the adapt-mysql-8.3.0 branch from fc97d09 to 2c98361 Compare July 27, 2024 13:54
@drivebyer
Copy link
Contributor Author

@cndoit18 @calind ptal

@drivebyer drivebyer force-pushed the adapt-mysql-8.3.0 branch from 2c98361 to 62b20c5 Compare July 29, 2024 03:46
@drivebyer drivebyer force-pushed the adapt-mysql-8.3.0 branch from 62b20c5 to eab31b7 Compare July 29, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant