Browse Source

[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.
Alex Benusovich 7 years ago
parent
commit
5f74e81f29
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/upgrade.asciidoc

+ 2 - 2
docs/reference/upgrade.asciidoc

@@ -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[]