You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question:
Is it possible to run a restore using the latest snapshot of a PVC but not the latest snapshot in the restic repository ?
Context:
I tried to restore a statefull application (e.g Nextcloud) without specifying the snapshot value cause I saw in the documentation that it will restore the latest snapshot,
But during the process, the restore didn't correctly match the snapshot to the correct PVC, it tried to restore the user nextcloud data into the mariadb pvc as example, which obviously fails because of out of space 😞
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello there,
I have a question:
Is it possible to run a restore using the latest snapshot of a PVC but not the latest snapshot in the restic repository ?
Context:
I tried to restore a statefull application (e.g Nextcloud) without specifying the snapshot value cause I saw in the documentation that it will restore the latest snapshot,
But during the process, the restore didn't correctly match the snapshot to the correct PVC, it tried to restore the user nextcloud data into the mariadb pvc as example, which obviously fails because of out of space 😞
Beta Was this translation helpful? Give feedback.
All reactions