Skip to content

Commit 19bbc44

Browse files
docs: Add upgrade guide for new bloom blocks (backport k227) (#15013)
Co-authored-by: Salva Corts <[email protected]>
1 parent 3e7fa54 commit 19bbc44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/sources/setup/upgrade/_index.md

+12
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ Their YAML counterparts in the `limits_config` block are kept identical.
7676

7777
All other CLI arguments (and their YAML counterparts) prefixed with `-bloom-compactor.` have been removed.
7878

79+
80+
## 3.3.0
81+
82+
### Loki
83+
84+
#### Experimental Bloom Filters
85+
86+
With Loki 3.3.0, the bloom block format changed and any previously created block is incompatible with the new format.
87+
Before upgrading, we recommend deleting all the existing bloom blocks in the object store. We store bloom blocks and
88+
metas inside the `bloom` path in the configured object store. To get rid of all the bloom blocks, delete all the objects
89+
inside the `bloom` path in the object store.
90+
7991
## 3.0.0
8092

8193
{{% admonition type="note" %}}

0 commit comments

Comments
 (0)