Browse Source

[DOCS] Swap 7.16 for `{prev-major-last}` var (#82616)

James Rodewig 3 years ago
parent
commit
59ab3401a2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/reference/snapshot-restore/index.asciidoc

+ 4 - 4
docs/reference/snapshot-restore/index.asciidoc

@@ -148,10 +148,10 @@ You can't restore an index to an earlier version of {es}. For example, you can't
 restore an index created in 7.6.0 to a cluster running 7.5.0.
 
 A compatible snapshot can contain indices created in an incompatible version.
-For example, a snapshot of a 7.16 cluster can contain an index created in 6.8.
-If you try to restore the 6.8 index to an {minor-version} cluster, the restore
-attempt will fail. Keep this in mind if you take a snapshot before upgrading a
-cluster.
+For example, a snapshot of a {prev-major-last} cluster can contain an index
+created in 6.8. If you try to restore the 6.8 index to an {minor-version}
+cluster, the restore attempt will fail. Keep this in mind if you take a snapshot
+before upgrading a cluster.
 
 As a workaround, you can first restore the index to another cluster running the
 latest version of {es} that's compatible with both the index and your current