File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
1212coming[8.0.0]
1313
1414* <<breaking_80_mappings_changes>>
15+ * <<breaking_80_snapshots_changes>>
1516
1617[float]
1718=== Indices created before 7.0
@@ -29,4 +30,5 @@ Elasticsearch 7.x in order to be readable by Elasticsearch 8.x.
2930
3031=========================================
3132
32- include::migrate_8_0/mappings.asciidoc[]
33+ include::migrate_8_0/mappings.asciidoc[]
34+ include::migrate_8_0/snapshots.asciidoc[]
Original file line number Diff line number Diff line change 1+ [float]
2+ [[breaking_80_snapshots_changes]]
3+ === Snapshot and Restore changes
4+
5+ [float]
6+ ==== Deprecated node level compress setting removed
7+
8+ For shared file system repositories (`"type": "fs"`), the node level setting `repositories.fs.compress` could
9+ previously be used to enable compression for all shared file system repositories where `compress` was not specified.
10+ The `repositories.fs.compress` setting has been removed.
11+
12+ Instead use the repository specific `compress` setting to enable compression. See <<modules-snapshots>> for information
13+ on the `compress` setting.
You can’t perform that action at this time.
0 commit comments