Skip to content

Commit

Permalink
Update Castle DB version
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 1, 2024
1 parent 3f46119 commit 330ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/castle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Resources:
DeletionProtection: true
EnablePerformanceInsights: !If [IsProduction, true, false]
Engine: postgres
EngineVersion: "13.13" # aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}" --output text
EngineVersion: "13.15" # aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}" --output text
MasterUsername: !Ref CastlePostgresUsername # Must be 1 to 63 letters or numbers
MasterUserPassword: !Ref CastlePostgresUserPassword # Must contain from 8 to 128 characters
MultiAZ: false
Expand Down

0 comments on commit 330ceb7

Please sign in to comment.