Skip to content

Commit

Permalink
Merge pull request #785 from PRX/castle-pg-version
Browse files Browse the repository at this point in the history
Update Castle DB version
  • Loading branch information
farski authored Oct 1, 2024
2 parents 85c6b88 + 97dc15a commit 3f46119
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.4" # aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}" --output text
EngineVersion: "13.13" # 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 3f46119

Please sign in to comment.