Skip to content

Commit df8fef3

Browse files
committed
fix assumption that 6.7 is last 6.x release (#42255)
1 parent 87bff89 commit df8fef3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/reference/upgrade.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
process so upgrading does not interrupt service. Rolling upgrades are supported:
88

99
* Between minor versions
10-
* From 5.6 to 6.7
11-
* From 6.7 to {version}
10+
* From 5.6 to 6.8
11+
* From 6.8 to {version}
1212

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

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

docs/reference/upgrade/cluster_restart.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[[restart-upgrade]]
22
== Full cluster restart upgrade
33

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

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

docs/reference/upgrade/rolling_upgrade.asciidoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ running the older version.
1010
Rolling upgrades are supported:
1111

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

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

19-
To perform a rolling upgrade from 6.7 to {version}:
19+
To perform a rolling upgrade from 6.8 to {version}:
2020

2121
. *Disable shard allocation*.
2222
+

0 commit comments

Comments
 (0)