diff --git a/content/rancher/v2.6/en/backups/migrating-rancher/_index.md b/content/rancher/v2.6/en/backups/migrating-rancher/_index.md index 4519a25bf96..267cf5e6e9e 100644 --- a/content/rancher/v2.6/en/backups/migrating-rancher/_index.md +++ b/content/rancher/v2.6/en/backups/migrating-rancher/_index.md @@ -97,11 +97,11 @@ Apply the manifest, and watch for the Restore resources status : ``` kubectl apply -f migrationResource.yaml ``` -1. Watch the Restore status: +Watch the Restore status: ``` kubectl get restore ``` -1. Watch the restoration logs: +Watch the restoration logs: ``` kubectl logs -n cattle-resources-system --tail 100 -f rancher-backup-xxx-xxx ```