fix broken restore link. Add rollback note/link to ha upgrade doc

This commit is contained in:
Jason Greathouse
2018-08-27 14:21:09 -07:00
committed by Denise Schannon
parent be90652615
commit 1527eacb8a
2 changed files with 5 additions and 1 deletions
@@ -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.
@@ -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.