From cc14e32572847496f65cf34f672550bea559e021 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 22:51:10 +0000 Subject: [PATCH] fix: Use gzip instead of lzop for backup compression --- infrastructure/addons/cnpg/postgres-cluster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/addons/cnpg/postgres-cluster.yaml b/infrastructure/addons/cnpg/postgres-cluster.yaml index 8597689..5ddfe81 100644 --- a/infrastructure/addons/cnpg/postgres-cluster.yaml +++ b/infrastructure/addons/cnpg/postgres-cluster.yaml @@ -54,6 +54,6 @@ spec: name: b2-credentials key: B2_APPLICATION_KEY wal: - compression: lzop + compression: gzip data: - compression: lzop \ No newline at end of file + compression: gzip \ No newline at end of file