- In the Cluster Explorer, go to the dropdown menu in the upper left corner and click Rancher Backups.
- Click Restore.
- Create the Restore with the form, or with YAML. For creating the Restore resource using form, refer to the and to the examples.
Click Create.
Result: The rancher-operator scales down the rancher deployment during restore, and scales it back up once the restore completes. The resources are restored in this order:
- Custom Resource Definitions (CRDs)
- Cluster-scoped resources
``` kubectl logs -n cattle-resources-system -l app.kubernetes.io/name=rancher-backup -f
If you created the restore resource with kubectl, remove the resource to prevent a naming conflict with future restores.