-
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
Revert default MySQL 80 version to 8.0.30
#12252
Merged
frouioui
merged 6 commits into
vitessio:main
from
planetscale:revert-default-8.0-mysql-image
Feb 8, 2023
Merged
Revert default MySQL 80 version to 8.0.30
#12252
frouioui
merged 6 commits into
vitessio:main
from
planetscale:revert-default-8.0-mysql-image
Feb 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
frouioui
added
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
Component: Build/CI
Backport to: release-16.0
labels
Feb 6, 2023
frouioui
requested review from
deepthi,
ajm188,
derekperkins,
dkhenry,
mattlord,
GuptaManan100 and
rsajwani
as code owners
February 6, 2023 15:44
vitess-bot
bot
added
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsWebsiteDocsUpdate
What it says
labels
Feb 6, 2023
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
frouioui
changed the title
Revert default MySQL 80 version
Revert default MySQL 80 version back to Feb 6, 2023
8.0.23
frouioui
removed
NeedsDescriptionUpdate
The description is not clear or comprehensive enough, and needs work
NeedsWebsiteDocsUpdate
What it says
labels
Feb 6, 2023
changes look good to me but the test are failing apparently for some other reason ... |
…sql-image Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
frouioui
changed the title
Revert default MySQL 80 version back to
Revert default MySQL 80 version to Feb 7, 2023
8.0.23
8.0.30
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
mattlord
approved these changes
Feb 7, 2023
GuptaManan100
approved these changes
Feb 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else LGTM
…sql-image Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
I was unable to backport this Pull Request to the following branches: |
frouioui
added a commit
to planetscale/vitess
that referenced
this pull request
Feb 8, 2023
* Revert default MySQL 80 version Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> * upgrade mysql80 default to 8.0.30 Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> * Add release notes regarding MySQL upgrade path in the vitess-operator Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> * Remove unwanted upgrade path step Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> --------- Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
3 tasks
frouioui
added a commit
that referenced
this pull request
Feb 8, 2023
* Revert default MySQL 80 version * upgrade mysql80 default to 8.0.30 * Add release notes regarding MySQL upgrade path in the vitess-operator * Remove unwanted upgrade path step --------- Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
It was found that MySQL 8.0.31 is not supported by the latest version of xtrabackup leading to invalid upgrade paths from
v15.x.x
tov16.x.x
.While we wait for percona to release its 8.0.31 version, this PR partially reverts some recent changes made in #12054 and #11989, the new MySQL 80 version that will be used is
8.0.30
.Checklist