File tree 2 files changed +16
-1
lines changed 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>>.
12
12
coming[8.0.0]
13
13
14
14
* <<breaking_80_mappings_changes>>
15
+ * <<breaking_80_snapshots_changes>>
15
16
16
17
[float]
17
18
=== Indices created before 7.0
@@ -29,4 +30,5 @@ Elasticsearch 7.x in order to be readable by Elasticsearch 8.x.
29
30
30
31
=========================================
31
32
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