diff --git a/content/rancher/v2.x/en/backups/_index.md b/content/rancher/v2.x/en/backups/_index.md index 6c9c7fed1f1..64e2cebf6ef 100644 --- a/content/rancher/v2.x/en/backups/_index.md +++ b/content/rancher/v2.x/en/backups/_index.md @@ -1,18 +1,14 @@ --- -title: Backups and Rollbacks +title: Backups and Disaster Recovery weight: 1000 --- This section is devoted to protecting your Rancher Server data in a disaster scenario. -- [Backups](./backups/) +- [Backups]({{< baseurl >}}/rancher/v2.x/en/backups/backups) To protect yourself from a disaster scenario, you should create Rancher backups on a regular basis. -- [Restorations](./restorations/) +- [Restorations]({{< baseurl >}}/rancher/v2.x/en/backups/restorations) In a disaster scenario, you can restore your `etcd` database by restoring a backup. - -- [Rollbacks](./rollbacks/) - - If an upgrade does not complete successfully, you can revert you Rancher Server to its previous version along with its data prior to upgrade. diff --git a/content/rancher/v2.x/en/upgrades/_index.md b/content/rancher/v2.x/en/upgrades/_index.md index a02157a6014..9819fa35e2b 100644 --- a/content/rancher/v2.x/en/upgrades/_index.md +++ b/content/rancher/v2.x/en/upgrades/_index.md @@ -15,9 +15,10 @@ Complete one of the upgrade procedures below based on your Rancher installation: ### Rolling Back Unsuccessful Upgrades -In the event that your Rancher Server does not upgrade successfully, you can rollback to your installation prior to upgrade: +In the event that your Rancher Server does not upgrade successfully, you can rollback to your installation prior to upgrade: -- [Rollbacks]({{< baseurl >}}/rancher/v2.x/en/upgrades/rollbacks) +- [Single-Node Rollbacks]({{< baseurl >}}/rancher/v2.x/en/upgrades/single-node-rollbacks) +- [High-Availability Rollbacks]({{< baseurl >}}/rancher/v2.x/en/upgrades/ha-server-rollbacks) ### Migrating from Rancher 1.6.x diff --git a/content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md b/content/rancher/v2.x/en/upgrades/ha-server-rollbacks/_index.md similarity index 98% rename from content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md rename to content/rancher/v2.x/en/upgrades/ha-server-rollbacks/_index.md index 05c5ee09bf7..71a3d78fde6 100644 --- a/content/rancher/v2.x/en/upgrades/rollbacks/ha-server-rollbacks/_index.md +++ b/content/rancher/v2.x/en/upgrades/ha-server-rollbacks/_index.md @@ -1,6 +1,6 @@ --- -title: Rolling Back—High Availability Installs -weight: 50 +title: High Availability Rollback +weight: 1025 aliases: - /rancher/v2.x/en/backups/rollbacks/ha-server-rollbacks --- diff --git a/content/rancher/v2.x/en/upgrades/rollbacks/_index.md b/content/rancher/v2.x/en/upgrades/rollbacks/_index.md deleted file mode 100644 index 3e99175b3bb..00000000000 --- a/content/rancher/v2.x/en/upgrades/rollbacks/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Rollbacks -shortTitle: Rollbacks -weight: 1010 ---- - -If you upgrade your Rancher Server and the upgrade is unsuccessful, you can use the backup you created during the upgrade process to restore the previous version of Rancher, along with its data. - -- [Rolling Back—Single Node Installs](({{< baseurl >}}/rancher/v2.x/en/rollbacks/single-node-rollbacks) -- [Rolling Back—High Availability Installs]({{< baseurl >}}/rancher/v2.x/en/rollbacks/ha-server-rollbacks) \ No newline at end of file diff --git a/content/rancher/v2.x/en/upgrades/rollbacks/single-node-rollbacks/_index.md b/content/rancher/v2.x/en/upgrades/single-node-rollbacks/_index.md similarity index 96% rename from content/rancher/v2.x/en/upgrades/rollbacks/single-node-rollbacks/_index.md rename to content/rancher/v2.x/en/upgrades/single-node-rollbacks/_index.md index 660f22493d1..19526036620 100644 --- a/content/rancher/v2.x/en/upgrades/rollbacks/single-node-rollbacks/_index.md +++ b/content/rancher/v2.x/en/upgrades/single-node-rollbacks/_index.md @@ -1,6 +1,6 @@ --- -title: Rolling Back—Single Node Installs -weight: 25 +title: Single Node Rollback +weight: 1015 aliases: - /rancher/v2.x/en/backups/rollbacks/single-node-rollbacks ---