Skip to content

Commit b224156

Browse files
committed
Disable major version upgrades on Castle DB
1 parent fdfdbef commit b224156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spire/templates/apps/castle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Resources:
444444
UpdateReplacePolicy: Retain
445445
Properties:
446446
AllocatedStorage: !If [IsProduction, "400", "100"]
447-
AllowMajorVersionUpgrade: true
447+
AllowMajorVersionUpgrade: false
448448
AutoMinorVersionUpgrade: false
449449
BackupRetentionPeriod: 7
450450
CopyTagsToSnapshot: true

0 commit comments

Comments
 (0)