-
Notifications
You must be signed in to change notification settings - Fork 17
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
EVEREST-1841 MongoDB Major Version Upgrades #1080
Open
recharte
wants to merge
34
commits into
main
Choose a base branch
from
EVEREST-1841-mongodb-major-upgrades
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
171a3e7
EVEREST-1841 unlock major version upgrades for MongoDB
recharte 3da7a4b
EVEREST-1841 add downgrade tests for PSMDB and PG
recharte 0c43d33
EVEREST-1841 don't allow skipping a major version
recharte bfc3a38
EVEREST-1841 block major version upgrades for PXC
recharte be92273
chore: lint/format
recharte dad0cfa
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot f066fbb
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 2185272
EVEREST-1841 don't allow skipping major versions
recharte 503cd19
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 4f4e56b
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 86c02ad
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 9f65760
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 44715ff
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 4326efc
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 620a7dd
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 22f3ea8
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 7139518
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot a80225d
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 4bdd81f
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot f0c9ddd
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 65d5561
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 9c9867d
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 81a9a20
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot b39bab3
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot fa4cd70
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot b3644f8
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot f55802f
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot c7a4da4
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 92c6e9e
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot a701387
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot e8dbe79
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot f683354
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot 4314a21
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot cd8712c
Merge branch 'main' into EVEREST-1841-mongodb-major-upgrades
percona-robot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
what if newMajor version < oldMajor version?
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.
looks like this case is validated earlier in the function, the
errDBEngineDowngrade
will be returned