Skip to content

Commit 3894e60

Browse files
spinscalejrodewig
andcommitted
Update docs to refer to 6.8 instead of 6.7 (#43685)
A few places in the documentation had mentioned 6.7 as the version to upgrade from, when doing an upgrade to 7.0. While this is technically possible, this commit will replace all those mentions to 6.8, as this is the latest version with the latest bugfixes, deprecation checks and ugprade assistant features - which should be the one used for upgrades. Co-Authored-By: James Rodewig <[email protected]>
1 parent b40ef66 commit 3894e60

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/reference/mapping/removal_of_types.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Elasticsearch 6.x::
258258

259259
* The `_default_` mapping type is deprecated.
260260

261-
* In 6.7, the index creation, index template, and mapping APIs support a query
261+
* In 6.8, the index creation, index template, and mapping APIs support a query
262262
string parameter (`include_type_name`) which indicates whether requests and
263263
responses should include a type name. It defaults to `true`, and should be set
264264
to an explicit value to prepare to upgrade to 7.0. Not setting `include_type_name`
@@ -442,12 +442,12 @@ documents to it using typeless `index` calls, and load documents with typeless
442442

443443
Index creation, index template, and mapping APIs support a new `include_type_name`
444444
URL parameter that specifies whether mapping definitions in requests and responses
445-
should contain the type name. The parameter defaults to `true` in version 6.7 to
445+
should contain the type name. The parameter defaults to `true` in version 6.8 to
446446
match the pre-7.0 behavior of using type names in mappings. It defaults to `false`
447447
in version 7.0 and will be removed in version 8.0.
448448

449-
It should be set explicitly in 6.7 to prepare to upgrade to 7.0. To avoid deprecation
450-
warnings in 6.7, the parameter can be set to either `true` or `false`. In 7.0, setting
449+
It should be set explicitly in 6.8 to prepare to upgrade to 7.0. To avoid deprecation
450+
warnings in 6.8, the parameter can be set to either `true` or `false`. In 7.0, setting
451451
`include_type_name` at all will result in a deprecation warning.
452452

453453
See some examples of interactions with Elasticsearch with this option set to `false`:
@@ -717,12 +717,12 @@ indices.
717717
[float]
718718
==== Mixed-version clusters
719719

720-
In a cluster composed of both 6.7 and 7.0 nodes, the parameter
720+
In a cluster composed of both 6.8 and 7.0 nodes, the parameter
721721
`include_type_name` should be specified in indices APIs like index
722722
creation. This is because the parameter has a different default between
723-
6.7 and 7.0, so the same mapping definition will not be valid for both
723+
6.8 and 7.0, so the same mapping definition will not be valid for both
724724
node versions.
725725

726726
Typeless document APIs such as `bulk` and `update` are only available as of
727-
7.0, and will not work with 6.7 nodes. This also holds true for the typeless
727+
7.0, and will not work with 6.8 nodes. This also holds true for the typeless
728728
versions of queries that perform document lookups, such as `terms`.

docs/reference/upgrade/cluster_restart.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.8/upgrading-elastic-stack.html[upgrade to 6.8]
8+
{stack-ref-68}/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/reindex_upgrade.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ been deleted.
3636
[[reindex-upgrade-inplace]]
3737
=== Reindex in place
3838

39-
You can use the Upgrade Assistant in {kib} 6.7 to automatically reindex 5.x
39+
You can use the Upgrade Assistant in {kib} 6.8 to automatically reindex 5.x
4040
indices you need to carry forward to {version}.
4141

4242
To manually reindex your old indices in place:
@@ -103,7 +103,7 @@ endif::include-xpack[]
103103

104104
You can use <<reindex-from-remote,reindex from remote>> to migrate indices from
105105
your old cluster to a new {version} cluster. This enables you move to {version}
106-
from a pre-6.7 cluster without interrupting service.
106+
from a pre-6.8 cluster without interrupting service.
107107

108108
[WARNING]
109109
=============================================
@@ -196,4 +196,4 @@ monitor progress of the reindex job with the <<tasks,task API>>:
196196
`30s` and `1`).
197197

198198
.. Once reindexing is complete and the status of the new index is `green`,
199-
you can delete the old index.
199+
you can delete the old index.

docs/reference/upgrade/rolling_upgrade.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ running the older version.
1010
Rolling upgrades are supported:
1111

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

1616
Upgrading directly to {version} from 6.7 or earlier requires a

0 commit comments

Comments
 (0)