From 1527eacb8a0ef6954283645ae63893a7620c0971 Mon Sep 17 00:00:00 2001 From: Jason Greathouse Date: Mon, 27 Aug 2018 11:10:29 -0500 Subject: [PATCH] fix broken restore link. Add rollback note/link to ha upgrade doc --- .../v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md | 2 +- .../en/upgrades/upgrades/ha-server-upgrade-helm/_index.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md b/content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md index 1945c47315b..9dce2d7aa1e 100644 --- a/content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md +++ b/content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md @@ -8,7 +8,7 @@ aliases: If you upgrade Rancher and the upgrade does not complete successfully, you may need to rollback your Rancher Server to its last healthy state. -To restore Rancher follow the procedure detailed here: [Restoring Backups — High Availability Installs](/rancher/v2.x/en/backups/restorations/ha-restoration) +To restore Rancher follow the procedure detailed here: [Restoring Backups — High Availability Installs]({{< baseurl >}}/rancher/v2.x/en/backups/restorations/ha-restoration) Restoring a snapshot of the Rancher Server cluster will revert Rancher to the version and state at the time of the snapshot. diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md index 2b7d02f311a..7de4c2674cc 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha-server-upgrade-helm/_index.md @@ -59,3 +59,7 @@ Take the values above and use `helm` with `--set` options to upgrade Rancher to ``` helm upgrade rancher rancher-stable/rancher --set hostname=rancher.my.org ``` + +## Rolling Back + +Should something go wrong, follow the [HA Rollback]({{< baseurl >}}/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/) instructions to restore the snapshot you took before you preformed the upgrade.