diff --git a/infra/aws/index.ts b/infra/aws/index.ts index dcbb38a5..b345d707 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1122,6 +1122,7 @@ const redashDb = new aws.rds.Instance( vpcSecurityGroupIds: [redashDbSecgrp.id], backupRetentionPeriod: 5, performanceInsightsEnabled: true, + allowMajorVersionUpgrade: true, applyImmediately: true, tags: { ...defaultTags,