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

fix assumption that 6.7 is last 6.x release #42255

Merged
merged 1 commit into from
May 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/upgrade.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
process so upgrading does not interrupt service. Rolling upgrades are supported:

* Between minor versions
* From 5.6 to 6.7
* From 6.7 to {version}
* From 5.6 to 6.8
* From 6.8 to {version}

{es} can read indices created in the previous major version. If you
have indices created in 5.x or before, you must reindex or delete them
Expand All @@ -21,7 +21,7 @@ When upgrading to a new version of {es}, you need to upgrade each
of the products in your Elastic Stack. For more information, see the
{stack-ref}/upgrading-elastic-stack.html[Elastic Stack Installation and Upgrade Guide].

To upgrade directly to {version} from 6.6 or earlier, you must shut down the
To upgrade directly to {version} from 6.7 or earlier, you must shut down the
cluster, install {version}, and restart. For more information, see
<<restart-upgrade, Full cluster restart upgrade>>.

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/upgrade/cluster_restart.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[[restart-upgrade]]
== Full cluster restart upgrade

To upgrade directly to {es} {version} from versions 6.0-6.6, you must shut down
To upgrade directly to {es} {version} from versions 6.0-6.7, you must shut down
all nodes in the cluster, upgrade each node to {version}, and restart the cluster.

NOTE: If you are running a version prior to 6.0,
https://www.elastic.co/guide/en/elastic-stack/6.7/upgrading-elastic-stack.html[upgrade to 6.7]
https://www.elastic.co/guide/en/elastic-stack/6.8/upgrading-elastic-stack.html[upgrade to 6.8]
and reindex your old indices or bring up a new {version} cluster and
<<reindex-upgrade-remote, reindex from remote>>.

Expand Down
8 changes: 4 additions & 4 deletions docs/reference/upgrade/rolling_upgrade.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ running the older version.
Rolling upgrades are supported:

* Between minor versions
* https://www.elastic.co/guide/en/elastic-stack/6.7/upgrading-elastic-stack.html[From 5.6 to 6.7]
* From 6.7 to {version}
* https://www.elastic.co/guide/en/elastic-stack/6.8/upgrading-elastic-stack.html[From 5.6 to 6.8]
* From 6.8 to {version}

Upgrading directly to {version} from 6.6 or earlier requires a
Upgrading directly to {version} from 6.7 or earlier requires a
<<restart-upgrade, full cluster restart>>.

To perform a rolling upgrade from 6.7 to {version}:
To perform a rolling upgrade from 6.8 to {version}:

. *Disable shard allocation*.
+
Expand Down