This repository was archived by the owner on Jun 27, 2022. It is now read-only.
generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 24
Upgrade pass #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I deployed with 21.0.1 and now I want to upgrade to a new version.
I did this after the initial deployment worked:
aws cloudformation deploy \
--template-file ${OUTPUT_TEMPLATE_FILE} \
--stack-name ${STACK_NAME} \
--parameter-overrides \
SuspendAutoScaling=true --capabilities CAPABILITY_IAM \
--tags env=${TAG_ENV} service=${TAG_SERVICE}
Afterwards:
aws cloudformation deploy \
--template-file ${OUTPUT_TEMPLATE_FILE} \
--stack-name ${STACK_NAME} \
--parameter-overrides \
NextCloudVersion=${NC_VERSION} --capabilities CAPABILITY_IAM \
--tags env=${TAG_ENV} service=${TAG_SERVICE}
That worked for me - I wonder if that is the recommended way and if so - can we add it to the README.md?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request