Skip to content

Commit

Permalink
moving back to postgresql 15
Browse files Browse the repository at this point in the history
  • Loading branch information
alifrugal committed May 9, 2024
1 parent 4089210 commit e7b1b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stacks/garnet-scorpio/database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class GarnetScorpioDatabase extends Construct{
// Aurora Cluster
const cluster = new DatabaseCluster(this, 'DatabaseAurora', {
engine: DatabaseClusterEngine.auroraPostgres({
version: AuroraPostgresEngineVersion.VER_16_1
version: AuroraPostgresEngineVersion.VER_15_5
}),
clusterIdentifier: garnet_nomenclature.garnet_db_cluster_id,
credentials: Credentials.fromSecret(secret),
Expand Down

0 comments on commit e7b1b8a

Please sign in to comment.