Skip to content

Commit

Permalink
add RDS allowMajorUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
221002354 committed Sep 8, 2017
1 parent 3f56053 commit fe5b375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backendless_chef.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Server v2.4.2
Description: AWS Native Chef Server v2.4.3

Parameters:
ChefServerPackage:
Expand Down Expand Up @@ -640,6 +640,7 @@ Resources:
MultiAZ: true
Engine: postgres
EngineVersion: 9.6.3
AllowMajorVersionUpgrade: true
AutoMinorVersionUpgrade: true
BackupRetentionPeriod: 35
DBSubnetGroupName: !If [CreateDBSubnetGroup, !Ref DBSubnetGroup, !Ref DBSubnetGroupArn]
Expand Down

0 comments on commit fe5b375

Please sign in to comment.