@@ -113,8 +113,6 @@ any restored indices must be compatible.
113
113
[[snapshot-cluster-compatibility]]
114
114
=== Snapshot version compatibility
115
115
116
- include::snapshot-vers-compat.asciidoc[]
117
-
118
116
You can't restore a snapshot to an earlier version of {es}. For example, you
119
117
can't restore a snapshot taken in 7.6.0 to a cluster running 7.5.0.
120
118
@@ -148,11 +146,11 @@ include::cluster-index-compat.asciidoc[]
148
146
You can't restore an index to an earlier version of {es}. For example, you can't
149
147
restore an index created in 7.6.0 to a cluster running 7.5.0.
150
148
151
- A compatible snapshot can contain indices created in an incompatible version.
152
- For example, a snapshot of a {prev-major-last} cluster can contain an index
153
- created in 6.8. If you try to restore the 6.8 index to an {minor-version}
154
- cluster, the restore attempt will fail. Keep this in mind if you take a snapshot
155
- before upgrading a cluster.
149
+ A compatible snapshot can contain indices created in an older incompatible
150
+ version. For example, a snapshot of a {prev-major-last} cluster can contain an
151
+ index created in 6.8. Restoring the 6.8 index to an {minor-version} cluster
152
+ fails unless you can use the <<archive-indices,archive functionality>>. Keep
153
+ this in mind if you take a snapshot before upgrading a cluster.
156
154
157
155
As a workaround, you can first restore the index to another cluster running the
158
156
latest version of {es} that's compatible with both the index and your current
0 commit comments