Skip to content

Commit

Permalink
bumping DB (#226)
Browse files Browse the repository at this point in the history
* bumping staging DB

* database updates
  • Loading branch information
kammerdiener authored Apr 24, 2023
1 parent 2bfa0e8 commit 70eaa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/prod/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const postgresql = new aws.rds.Instance(
allocatedStorage: 10,
engine: "postgres",
// engineVersion: "5.7",
instanceClass: "db.t3.large",
instanceClass: "db.t3.xlarge",
dbName: dbName,
password: dbPassword,
username: dbUsername,
Expand Down

0 comments on commit 70eaa9e

Please sign in to comment.