From ca8d140bafdd3b8703af6697995dfa3c9828db47 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 29 Nov 2025 13:19:43 +0500 Subject: [PATCH] fix: Postgres | enable WAL archiver --- utility-services/postgres/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/utility-services/postgres/index.ts b/utility-services/postgres/index.ts index 0d93c4a..c9b130e 100644 --- a/utility-services/postgres/index.ts +++ b/utility-services/postgres/index.ts @@ -357,6 +357,7 @@ export class PostgresCluster extends Construct { { name: "barman-cloud.cloudnative-pg.io", isWALArchiver: true, + enabled: true, parameters: { barmanObjectName: barmanStoreName, serverName: backupServerName,