diff --git a/infra/aws/index.ts b/infra/aws/index.ts index d0fdabbcf..b4d0bf68f 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -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,