diff --git a/utility-services/postgres/index.ts b/utility-services/postgres/index.ts index c9b130e..3954c5f 100644 --- a/utility-services/postgres/index.ts +++ b/utility-services/postgres/index.ts @@ -310,6 +310,7 @@ export class PostgresCluster extends Construct { minSyncReplicas: 1, maxSyncReplicas: 2, primaryUpdateStrategy: "unsupervised", + enablePDB: true, certificates: { serverCASecret: certNames.server, serverTLSSecret: certNames.server,