mirror of https://github.com/docker/docs.git
dtr backup warning added (#3001)
This commit is contained in:
parent
9c3a8efa0f
commit
96eef1ebfd
|
@ -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
|
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.
|
business peak hours to ensure the impact on your business is close to none.
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
|
>
|
||||||
|
> Before performing any upgrade it’s 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
|
## Step 1. Upgrade DTR to 2.0
|
||||||
|
|
||||||
Make sure you're running DTR 2.0. If that's not the case, [upgrade your
|
Make sure you're running DTR 2.0. If that's not the case, [upgrade your
|
||||||
|
|
|
@ -19,7 +19,7 @@ support upgrades according to the following rules:
|
||||||
version for your major version first.
|
version for your major version first.
|
||||||
|
|
||||||
| Description | From | To | Supported |
|
| Description | From | To | Supported |
|
||||||
|:-------------------------------------|:------|:----------|-----------|
|
|:-------------------------------------|:------|:----------|:----------|
|
||||||
| patch upgrade | x.y.0 | x.y.1 | yes |
|
| patch upgrade | x.y.0 | x.y.1 | yes |
|
||||||
| skip patch version | x.y.0 | x.y.2 | yes |
|
| skip patch version | x.y.0 | x.y.2 | yes |
|
||||||
| patch downgrade | x.y.2 | x.y.1 | no |
|
| 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:
|
using is supported by the version of DTR you are trying to upgrade to. <!--(TODO:
|
||||||
link to the compatibility matrix)-->
|
link to the compatibility matrix)-->
|
||||||
|
|
||||||
|
> **Warning**
|
||||||
|
>
|
||||||
|
> Before performing any upgrade it’s 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
|
### 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).
|
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).
|
||||||
|
|
Loading…
Reference in New Issue