Alternate RestoreSession format #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the RestoreSession references a BackupSession and uses the information from the BackupSession and the associated BackupConfiguration to do the restore.
This implies the RestoreSession must have access to the referenced BackupSession which limits the restore possibility. We cannot restore into another or a new cluster.
I have to find a way to make the restore independant from the backup.
Alternateto Alternate RestoreSession formathmmmm.
Actually, maybe it makes more sense to stay with the reference to the BackupSession.
If we move to a new environment, we re-create everything:
And then we can also create a BackupSession with a YAML file that references the snapshots for the different steps.
For instance:
kubectl -n nextcloud get bs -o yaml backupsession-backupconf-nextcloud-1614560145 > backupsession.yamlRemove the unecessary tags and lines and import it in the new environment:
kubectl apply -f backupsession.yaml