From 96eef1ebfd5e50e4fd3e441e511902eb640e44ea Mon Sep 17 00:00:00 2001 From: Steven Hanna Date: Tue, 25 Apr 2017 12:48:54 -0400 Subject: [PATCH] dtr backup warning added (#3001) --- datacenter/dtr/2.1/guides/install/upgrade.md | 6 ++++++ datacenter/dtr/2.2/guides/admin/upgrade.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/datacenter/dtr/2.1/guides/install/upgrade.md b/datacenter/dtr/2.1/guides/install/upgrade.md index 22e7559190..ebf284f607 100644 --- a/datacenter/dtr/2.1/guides/install/upgrade.md +++ b/datacenter/dtr/2.1/guides/install/upgrade.md @@ -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 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 Make sure you're running DTR 2.0. If that's not the case, [upgrade your diff --git a/datacenter/dtr/2.2/guides/admin/upgrade.md b/datacenter/dtr/2.2/guides/admin/upgrade.md index 5c96ecee47..2c05eafe3f 100644 --- a/datacenter/dtr/2.2/guides/admin/upgrade.md +++ b/datacenter/dtr/2.2/guides/admin/upgrade.md @@ -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. +> **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 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).