From a2c6ad825d75ffa641d9ae371c13c862e2abba73 Mon Sep 17 00:00:00 2001 From: James Carppe Date: Fri, 10 Feb 2023 00:12:18 +0000 Subject: [PATCH] GITBOOK-41: Add note re snapshot requirements for update and rollback --- admin/environments/update.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin/environments/update.md b/admin/environments/update.md index 269f2db5..4f5558a7 100644 --- a/admin/environments/update.md +++ b/admin/environments/update.md @@ -16,6 +16,10 @@ Here you will see a list of your pending and completed updates and rollbacks. To add a new update schedule, click the **Add update & rollback schedule** button, then fill out the form. +{% hint style="info" %} +To schedule an update, Portainer must have a snapshot of all the environments you wish to upgrade. +{% endhint %} + | Field/Option | Overview | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Name | Enter a name for the scheduled update. | @@ -33,6 +37,10 @@ When you're ready, click **Create Schedule** to schedule the update. You will be To schedule the rollback of an update, click the **Add update & rollback schedule** button, then fill out the form. +{% hint style="info" %} +To schedule a rollback, Portainer must have a snapshot of all the environments you wish to roll back. +{% endhint %} + | Field/Option | Overview | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Name | Enter a name for the scheduled rollback. |