Skip to content

Commit fc0ee3c

Browse files
Unify blob store compress setting
Added breaking changes documentation on the removed 'repositories.fs.compress' setting. This is a follow up on elastic#39073
1 parent 06ad2af commit fc0ee3c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/reference/migration/migrate_8_0.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
1212
coming[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[]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)