Skip to content

Commit

Permalink
Enable major version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Sep 29, 2023
1 parent fbde20e commit 24b368a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/cdk/lib/giant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class Giant extends GuStack {
engine: DatabaseInstanceEngine.postgres({
version: PostgresEngineVersion.VER_15
}),
allowMajorVersionUpgrade: true,
allocatedStorage: dbStorage,
maxAllocatedStorage: dbStorage + 20,
autoMinorVersionUpgrade: true,
Expand Down

0 comments on commit 24b368a

Please sign in to comment.