[Docs] Clarify version for restoring old indices. (#27800)

Sentence should say that an index created in 2.x cannot be restored in a 6.x cluster even if 5.x cluster created the snapshot.
This commit is contained in:
Alex Benusovich 2017-12-15 00:42:36 -08:00 committed by Christoph Büscher
parent 1e5d3787e5
commit 5f74e81f29
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Elasticsearch 2.x, but not those created in 1.x or before.
This also applies to indices backed up with <<modules-snapshots,snapshot
and restore>>. If an index was originally created in 2.x, it cannot be
restored to a 6.x cluster even if the snapshot was created by a 2.x cluster.
restored to a 6.x cluster even if the snapshot was created by a 5.x cluster.
Elasticsearch nodes will fail to start if incompatible indices are present.
@ -72,4 +72,4 @@ include::upgrade/rolling_upgrade.asciidoc[]
include::upgrade/cluster_restart.asciidoc[]
include::upgrade/reindex_upgrade.asciidoc[]
include::upgrade/reindex_upgrade.asciidoc[]