From 552e7df0583f10ae224f41ebc18e2b46ea0d0446 Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Thu, 12 Oct 2017 13:39:09 -0700 Subject: [PATCH] Note about upgrade paths (#4922) --- datacenter/ucp/2.2/guides/admin/install/upgrade.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/datacenter/ucp/2.2/guides/admin/install/upgrade.md b/datacenter/ucp/2.2/guides/admin/install/upgrade.md index 6db5628d69..5412732c58 100644 --- a/datacenter/ucp/2.2/guides/admin/install/upgrade.md +++ b/datacenter/ucp/2.2/guides/admin/install/upgrade.md @@ -106,6 +106,16 @@ for any necessary configuration values. Once the upgrade finishes, navigate to the UCP web UI and make sure that all the nodes managed by UCP are healthy. +## Recommended upgrade paths + +If you're running a UCP version that's lower than 2.1, first upgrade to the +latest 2.1 version, then upgrade to 2.2. Use these rules for your upgrade +path to UCP 2.2: + +- From UCP 1.1: UCP 1.1 -> UCP 2.1 -> UCP 2.2 +- From UCP 2.0: UCP 2.0 -> UCP 2.1 -> UCP 2.2 +- From UCP 2.1: UCP 2.1 -> UCP 2.2 + ## Where to go next * [UCP release notes](../../release-notes/index.md)