From e1a45d95c3d9cf78f84214122b120ddac6f452c5 Mon Sep 17 00:00:00 2001 From: jazzl0ver Date: Thu, 16 Aug 2018 12:47:33 +0300 Subject: [PATCH] Brief upgrade guide (fix for #65) --- docs/upgrade/Upgrade.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/upgrade/Upgrade.md diff --git a/docs/upgrade/Upgrade.md b/docs/upgrade/Upgrade.md new file mode 100644 index 00000000..12739b64 --- /dev/null +++ b/docs/upgrade/Upgrade.md @@ -0,0 +1,7 @@ +**AWS** + +- Stop all services (*firecamp-service-cli -op=stop-service* command) but *firecamp-manageserver* and *firecamp-catalogservice* +- Upgrade AWS CloudFormation cluster, by updating it with the current template (can be found at https://aws.amazon.com/quickstart/architecture/cloudstax-firecamp/) +- Download *firecamp-service-cli* binary for the selected release (for example, *wget https://s3.amazonaws.com/cloudstax/firecamp/releases/1.0/packages/firecamp-service-cli.tgz*) +- Upon cluster upgrade completion, upgrade each service with the new binary (*firecamp-service-cli -op=upgrade-service* command) +- Start all services back