Skip to content

Commit

Permalink
disable allowMajorVersionUpgrade & applyImediately (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Dec 20, 2024
1 parent bc407d1 commit 4fbd459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,8 @@ const redashDb = new aws.rds.Instance(
vpcSecurityGroupIds: [redashDbSecgrp.id],
backupRetentionPeriod: 5,
performanceInsightsEnabled: true,
allowMajorVersionUpgrade: true,
applyImmediately: true,
allowMajorVersionUpgrade: false,
applyImmediately: false,
tags: {
...defaultTags,
Name: `redash-db`,
Expand Down

0 comments on commit 4fbd459

Please sign in to comment.