From e152665b7a39de873d753c8144e77c56ffaf7823 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 26 Jan 2026 17:43:42 +0100 Subject: [PATCH] rm log rotation pg --- sogo/templates/postgresql-cluster.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/sogo/templates/postgresql-cluster.yaml b/sogo/templates/postgresql-cluster.yaml index 88a9dae..ae69e5a 100644 --- a/sogo/templates/postgresql-cluster.yaml +++ b/sogo/templates/postgresql-cluster.yaml @@ -33,7 +33,6 @@ spec: log_filename: 'postgres' log_rotation_age: '0' log_rotation_size: '0' - log_truncate_on_rotation: 'off' pg_hba: - host all all all scram-sha-256