dtr backup warning added (#3001)

This commit is contained in:
Steven Hanna 2017-04-25 12:48:54 -04:00 committed by Misty Stanley-Jones
parent 9c3a8efa0f
commit 96eef1ebfd
2 changed files with 13 additions and 1 deletions

View File

@ -13,6 +13,12 @@ There is no downtime when upgrading an highly-available DTR cluster. If your
DTR deployment has a single replica, schedule the upgrade to take place outside
business peak hours to ensure the impact on your business is close to none.
> **Warning**
>
> Before performing any upgrade its important to backup. See
> [docker/dtr backup](/datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery.md).
{: .warning}
## Step 1. Upgrade DTR to 2.0
Make sure you're running DTR 2.0. If that's not the case, [upgrade your

View File

@ -19,7 +19,7 @@ support upgrades according to the following rules:
version for your major version first.
| Description | From | To | Supported |
|:-------------------------------------|:------|:----------|-----------|
|:-------------------------------------|:------|:----------|:----------|
| patch upgrade | x.y.0 | x.y.1 | yes |
| skip patch version | x.y.0 | x.y.2 | yes |
| patch downgrade | x.y.2 | x.y.1 | no |
@ -41,6 +41,12 @@ Before starting your upgrade planning, make sure that the version of UCP you are
using is supported by the version of DTR you are trying to upgrade to. <!--(TODO:
link to the compatibility matrix)-->
> **Warning**
>
> Before performing any upgrade its important to backup. See
> [DTR backups and recovery](/datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery.md).
{: .warning}
### Step 1. Upgrade DTR to 2.1 if necessary
Make sure you're running DTR 2.1. If that's not the case, [upgrade your installation to the 2.1 version](/datacenter/dtr/2.1/guides/install/upgrade/.md).