Skip to content

Commit

Permalink
add allow major upgrade (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Dec 19, 2024
1 parent f222247 commit bc407d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,7 @@ const redashDb = new aws.rds.Instance(
vpcSecurityGroupIds: [redashDbSecgrp.id],
backupRetentionPeriod: 5,
performanceInsightsEnabled: true,
allowMajorVersionUpgrade: true,
applyImmediately: true,
tags: {
...defaultTags,
Expand Down

0 comments on commit bc407d1

Please sign in to comment.