-
Notifications
You must be signed in to change notification settings - Fork 254
[DOCS] Fix assumption that 6.7 is last 6.x release #337
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
Conversation
| ****** | ||
| The Upgrade Assistant and migration APIs are enabled with both the Basic and | ||
| Trial licenses. You can install the default distribution of 6.7 to use the | ||
| Trial licenses. You can install the default distribution of 6.8 to use the |
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.
Is the deletion of trial licenses relevant here?
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.
From what I understand, trial licenses can still be used for machine learning features.
| {ref}/reindex-upgrade-remote.html[reindex from remote]. | ||
|
|
||
| The recommended path is to upgrade to 6.7 before upgrading to {version}. This | ||
| The recommended path is to upgrade to 6.8 before upgrading to {version}. This |
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.
Just wonder if this is strong enough language around 'we recommend you upgrade from 6.8 to 7.1' due to changed security licensing. (I admit, I'm having trouble wrapping my brain around the recommended upgrade path.)
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.
I don't think the changes to license changes the recommendations here. Here it is recommended so you can do a rolling restart (as opposed to a full cluster restart) which was true before and after the license change.
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.
The recommended upgrade path is through the last minor of the previous major to the most recent minor. So now 6.8 -> 7.1.
jakelandis
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.
LGTM
|
Backported to 7.x and 7.1 on ac97379. |
Relates to elastic/elasticsearch#42255