From 35395b56e4b82fa4a9c415b24a40d36119aa2689 Mon Sep 17 00:00:00 2001 From: Lucian Hymer Date: Mon, 31 Jul 2023 09:04:06 -0700 Subject: [PATCH] fix(infra): remove non-functional backup settings from readreplica --- infra/prod/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/prod/index.ts b/infra/prod/index.ts index d68416fe3..3404dd965 100644 --- a/infra/prod/index.ts +++ b/infra/prod/index.ts @@ -103,7 +103,6 @@ const readreplica0 = new aws.rds.Instance( skipFinalSnapshot: true, vpcSecurityGroupIds: [db_secgrp.id], deletionProtection: true, - backupRetentionPeriod: 5, replicateSourceDb: postgresql.id, }, { protect: true }