Hello there,
I follow this procedure for restoring a backup with Rancher backup:
https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/backup-restore-and-disaster-recovery/restore-rancher
I use S3 Bucket like it is explained on a fresh k3s/Rancher install on which only Rancher backup is added
Versions of k3s (v1.32.6+k3s1), Rancher (2.11.3) and Rancher Backup (v106.0.2+up7.0.1) are the same as the original deployment
But when the restore start after a while, an error occured with projects that cannot be deleted because they are system projects in local namespace. And the process loops endlessly
Not a problem, I stop the restore by deleting the file in the bucket, Rancher restarts correctly
I delete projects manually, easy
I restart a restore, but now I have webhook call errors. But it seems to be normal because the rancher-operator scales down the rancher deployment during restore, like it is explained in the documentation
So I don't undestand something
some help would be appreciated, thank you