[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:
parent
1e5d3787e5
commit
5f74e81f29
|
@ -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[]
|
||||
|
|
Loading…
Reference in New Issue