Skip to content

Commit

Permalink
reset the engine version to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
austincunningham committed Jun 17, 2021
1 parent b4531a1 commit 6dc799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/aws/provider_postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
defaultAwsBackupRetentionPeriod = 31
defaultAwsDBInstanceClass = "db.t3.small"
defaultAwsEngine = "postgres"
defaultAwsEngineVersion = "10.13"
defaultAwsEngineVersion = "10.15"
defaultAwsPubliclyAccessible = false
defaultAwsSkipFinalSnapshot = false
defaultAWSCopyTagsToSnapshot = true
Expand Down

0 comments on commit 6dc799b

Please sign in to comment.