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,