Skip to content

Commit

Permalink
fix postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Sep 30, 2024
1 parent 19bb238 commit 0795d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ const redashDb = new aws.rds.Instance(
allocatedStorage: 20,
maxAllocatedStorage: 30, // maxAllocatedStorage needs to be bigger than allocatedStorage
engine: "postgres",
engineVersion: "13.13",
engineVersion: "13.15",
instanceClass: "db.t3.micro",
dbName: redashDbName,
password: redashDbPassword,
Expand Down

0 comments on commit 0795d18

Please sign in to comment.