Skip to content

Commit b4e88b1

Browse files
author
Sofia Sazonova
committed
version
1 parent e23c19d commit b4e88b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/stacks/aurora.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(
103103
],
104104
cluster_identifier=f'{resource_prefix}-{envname}-db-v2',
105105
parameter_group=rds.ParameterGroup.from_parameter_group_name(
106-
self, 'ParameterGroup', 'default.aurora-postgresql15'
106+
self, 'ParameterGroup', 'default.aurora-postgresql16'
107107
),
108108
backup=rds.BackupProps(
109109
retention=Duration.days(30),

0 commit comments

Comments
 (0)