Skip to content

Commit 457fb9e

Browse files
committed
[DOCS] Fix assumption that 6.7 is last 6.x release (#337)
1 parent 63786fe commit 457fb9e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/en/install-upgrade/upgrading-stack.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ each of the products in your Elastic Stack. Beats and Logstash 6.7 are
2525
compatible with {es} {version} to give you flexibility in scheduling
2626
the upgrade.
2727

28-
{es} supports rolling upgrades between minor versions, from {es} 5.6 to 6.7,
29-
and from 6.7 to {version}.
28+
{es} supports rolling upgrades between minor versions, from {es} 5.6 to 6.8,
29+
and from 6.8 to {version}.
3030

3131
IMPORTANT: 5.x indices are not compatible with {version}. You must
3232
remove or reindex them to upgrade to {version}. The default Beats and
@@ -44,14 +44,14 @@ By default, deprecation warnings are logged when the log level is set to `WARN`.
4444
. Review the <<elastic-stack-breaking-changes>> and upgrade your code to work
4545
with {version}.
4646

47-
. Upgrade to 6.7 and use the {kibana-ref}/upgrade-assistant.html[{kib} Upgrade Assistant] to {ref}/docs-reindex.html[reindex]
47+
. Upgrade to 6.8 and use the {kibana-ref}/upgrade-assistant.html[{kib} Upgrade Assistant] to {ref}/docs-reindex.html[reindex]
4848
any indices that are not compatible with {version}.
4949
+
5050
[role="xpack"]
5151
.Upgrade Assistant
5252
******
5353
The Upgrade Assistant and migration APIs are enabled with both the Basic and
54-
Trial licenses. You can install the default distribution of 6.7 to use the
54+
Trial licenses. You can install the default distribution of 6.8 to use the
5555
Upgrade Assistant to prepare to upgrade even if you are upgrading to the OSS
5656
distribution of {version}.
5757
******
@@ -63,7 +63,7 @@ cluster configuration.
6363
[[upgrade-order-elastic-stack]]
6464
=== Upgrade process
6565

66-
When you've made the necessary changes and are ready to upgrade from 6.7 to
66+
When you've made the necessary changes and are ready to upgrade from 6.8 to
6767
{version}:
6868

6969
. Test the upgrade in a dev environment *before* upgrading your
@@ -87,7 +87,7 @@ on the cluster during the upgrade process. For more information, see
8787
.. Beats: {beats-ref}/upgrading.html[upgrade instructions]
8888
.. APM Server: {apm-server-ref}/upgrading.html[upgrade instructions]
8989

90-
NOTE: Logstash 6.7 and Beats 6.7 are compatible with all 7.x versions of
90+
NOTE: Logstash 6.8 and Beats 6.8 are compatible with all 7.x versions of
9191
{es}. This provides flexibility in when you schedule the upgrades
9292
for your Logstash instances and Beats agents, but we recommend upgrading as
9393
soon as possible to take advantage of performance improvements
@@ -107,11 +107,11 @@ Make sure all 5.x indices have been deleted before upgrading to {version}. {es}
107107
{version} will fail to start if any 5.x indices are present.
108108

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

114-
The recommended path is to upgrade to 6.7 before upgrading to {version}. This
114+
The recommended path is to upgrade to 6.8 before upgrading to {version}. This
115115
makes it easier to identify the changes you need to make to upgrade and enables
116116
you to perform a rolling upgrade with no downtime.
117117

@@ -127,7 +127,7 @@ upgraded simultaneously.
127127

128128
Although upgrading your Elastic Cloud clusters is easy, you still need to
129129
address breaking changes that affect your application. Minor version upgrades,
130-
upgrades from 6.7 to {version}, and all other cluster configuration
130+
upgrades from 6.8 to {version}, and all other cluster configuration
131131
changes can be performed with no downtime.
132132

133133
To avoid downtime when a full cluster restart is required:

0 commit comments

Comments
 (0)