-
Notifications
You must be signed in to change notification settings - Fork 505
remove upgrade for version below 5.0.0 #2398
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
remove upgrade for version below 5.0.0 #2398
Conversation
f550d91 to
6274e39
Compare
remove upgrade version blew 5.0.0
d74a62f to
feb6b2b
Compare
cniackz
left a comment
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.
Correct, no automatic upgrade if you are coming from version 4. If in version 4, then update manually
eb1af4d to
772a16c
Compare
Co-authored-by: Ramon de Klein <[email protected]>
|
What, specifically, does "update manually" mean? Migration? |
|
When you want to upgrade from a pre-v5 operator, then you need to upgrade to Operator v5 and then upgrade to a newer version. We don't support upgrading directly from operator v4 to v7. If you have a better description, then please suggest it. |
Ah ok. It's like the current situation, where you have to upgrade in steps. But you can upgrade in place. 👍🏻 The relevant docs are here: This page has details of how to progressively upgrade from very old versions. The text will need some minor adjustments to make sure the before/after versions are correct for each step in the sequence. |
remove upgrade for version below 5.0.0
fix #2397