Skip to content

Commit

Permalink
OPHYK-292 set postgres to version 16.4 on hahtuva and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tokarls committed Jan 28, 2025
1 parent 8073bc1 commit 7ad8d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/cdk-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class DatabaseStack extends cdk.Stack {
vpcSubnets: {subnetType: ec2.SubnetType.PRIVATE_ISOLATED},
defaultDatabaseName: "oppijanumerorekisteri",
engine: rds.DatabaseClusterEngine.auroraPostgres({
version: rds.AuroraPostgresEngineVersion.VER_12_19,
version: rds.AuroraPostgresEngineVersion.VER_16_4,
}),
credentials: rds.Credentials.fromGeneratedSecret("oppijanumerorekisteri", {
secretName: sharedAccount.prefix("DatabaseSecret"),
Expand Down

0 comments on commit 7ad8d91

Please sign in to comment.