mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Corrected pod name; minor edit for consistency
This commit is contained in:
@@ -32,7 +32,7 @@ A restore is performed by creating a Restore custom resource.
|
||||
|
||||
1. From the **Global** view, hover over the **local** cluster.
|
||||
1. Under **Projects in local**, click on **System**.
|
||||
1. From the **cattle-system** namespace section, find the `rancher-hook` deployment.
|
||||
1. From the **cattle-system** namespace section, find the `rancher` deployment.
|
||||
1. Select **⋮ > Edit**.
|
||||
1. Change **Scalable deployment of _ pods** to `0`.
|
||||
1. Scroll to the bottom and click **Save**.
|
||||
@@ -41,8 +41,8 @@ A restore is performed by creating a Restore custom resource.
|
||||
|
||||
1. In the **Cluster Explorer,** go to the dropdown menu in the upper left corner and click **Rancher Backups.**
|
||||
1. Click **Restore.**
|
||||
1. Create the Restore with the form, or with YAML. For creating the Restore resource using form, refer to the [configuration reference]({{<baseurl>}}/rancher/v2.5/en/backups/configuration/restore-config) and to the [examples.]({{<baseurl>}}/rancher/v2.5/en/backups/examples)
|
||||
1. For using the YAML editor, we can click **Create > Create from YAML.** Enter the Restore YAML.
|
||||
1. Create the Restore with the form, or with YAML. For creating the Restore resource using form, refer to the [configuration reference]({{<baseurl>}}/rancher/v2.5/en/backups/configuration/restore-config) and to the [examples.]({{<baseurl>}}/rancher/v2.5/en/backups/examples)
|
||||
1. For using the YAML editor, we can click **Create > Create from YAML.** Enter the Restore YAML. The following is an example Restore custom resource:
|
||||
|
||||
```yaml
|
||||
apiVersion: resources.cattle.io/v1
|
||||
@@ -62,8 +62,6 @@ A restore is performed by creating a Restore custom resource.
|
||||
endpoint: s3.us-west-2.amazonaws.com
|
||||
```
|
||||
|
||||
For help configuring the Restore, refer to the [configuration reference]({{<baseurl>}}/rancher/v2.5/en/backups/v2.5/configuration/restore-config/) and to the [examples.]({{<baseurl>}}/rancher/v2.5/en/backups/v2.5/examples/)
|
||||
|
||||
1. Click **Create.**
|
||||
|
||||
**Result:** The backup file is created and updated to the target storage location. The resources are restored in this order:
|
||||
|
||||
Reference in New Issue
Block a user