From c16975fb36cb54a0844096b8bb65ce053a4aa517 Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Tue, 22 May 2018 18:53:04 -0700 Subject: [PATCH] small edits --- .../single-node-backup-and-restoration/_index.md | 4 ++-- .../rancher/v2.x/en/upgrades/single-node-upgrade/_index.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md b/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md index d2562073f07..e15928447a4 100644 --- a/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md +++ b/content/rancher/v2.x/en/installation/after-installation/single-node-backup-and-restoration/_index.md @@ -3,7 +3,7 @@ title: Single Node Backup and Restoration weight: 365 --- -After completing your single node installation of Rancher, or before your upgrade to a newer version of Rancher, create a backup of your current installation. Use this backup as a restoration point your Rancher install or upgrade encounters issues. +After completing your single node installation of Rancher, or before your upgrade to a newer version of Rancher, create a backup of your current installation. Use this backup as a restoration point for your Rancher install if you encounter issues when upgrading. ## Backing Up Your Rancher Server @@ -15,7 +15,7 @@ After completing your single node installation of Rancher, or before your upgrad docker stop ``` - >**Tip:** You can obtain the ID for your Rancher container by entering the following command: `docker container ls` + >**Tip:** You can obtain the ID for your Rancher container by entering the following command: `docker ps`. 2. Create a backup container. This container backs up the data from your current Rancher Server, which you can use as a recovery point. diff --git a/content/rancher/v2.x/en/upgrades/single-node-upgrade/_index.md b/content/rancher/v2.x/en/upgrades/single-node-upgrade/_index.md index 1a642ae4373..bf229ba9b53 100644 --- a/content/rancher/v2.x/en/upgrades/single-node-upgrade/_index.md +++ b/content/rancher/v2.x/en/upgrades/single-node-upgrade/_index.md @@ -15,9 +15,9 @@ To upgrade Rancher Server 2.x to the latest version, you need to enter only a fe docker stop ``` - >**Tip:** You can obtain the ID for your Rancher container by entering the following command: `docker container ls` + >**Tip:** You can obtain the ID for your Rancher container by entering the following command: `docker ps`. -2. Create a `rancher-data` container. This container backs up the data from your current Rancher Server, which you'll restore in step 4. +2. Create a `rancher-data` container. This container backs up the data from your current Rancher Server, which you'll use to start the upgraded version of Rancher Server in step 4. - Replace `` with the same ID from the previous step. - Replace `` with the version of Rancher that you are currently running, as mentioned in the **Prerequisite** above. @@ -42,7 +42,7 @@ docker run -d --volumes-from rancher-data --restart=unless-stopped \ >**Note:** _Do not_ stop the upgrade after initiating it, even if the upgrade process seems longer than expected. Stopping the upgrade may result in database migration errors during future upgrades. >
>
- >**Note:** After upgrading Rancher Server, data from your upgraded server is also saved to the `rancher-data` container for use in future upgrades. + >**Note:** After upgrading Rancher Server, data from your upgraded server is now saved to the `rancher-data` container for use in future upgrades. 5. Remove the previous Rancher Server container.