From 90e911efb5dab39dfca3a58443970fa8da4b08ab Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Tue, 6 May 2025 11:12:48 +0200 Subject: [PATCH] docs: lz compression is only available for wals Signed-off-by: Marco Nenciarini --- web/docs/compression.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/docs/compression.md b/web/docs/compression.md index 12b9bd6..bf5a6c5 100644 --- a/web/docs/compression.md +++ b/web/docs/compression.md @@ -15,10 +15,10 @@ for space, speed, or a balance of both. - `bzip2` - `gzip` -- `lz4` +- `lz4` (wal only) - `snappy` -- `xz` -- `zstd` +- `xz` (wal only) +- `zstd` (wal only) Compression settings for base backups and WAL archives are configured independently. For implementation details, refer to the corresponding API