Storage: Backups & Restore automation #7
Labels
No labels
state
stale
state
to-do
state
waiting
system
argo
system
cni
system
dashboard
system
ingress
system
monitoring
system
storage
system
woodpecker
type
bug
type
enhancement
type
update
type
dependency-dashboard
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: yolokube/core-deployments#7
Loading…
Reference in a new issue
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?
scheduled backups of PVs (possible via Longhorn UI)
restore of single PVs (possible via Longhorn UI)
full restore
edit: done with
c6ee7d5673
To automate the restore if the volumes we need to automate the following parts:
restore the backup without any PVs or PVCs
make sure to not create any PVs or PVCs automaticall (e.g. by Helm or Argo) -> therefore all pods stay in Pending state waiting for their PVCs.
Restore Backup in Longhorn klickibunti (NOT Disaster Recovery Volumes, thats for hot standby)
Restore the PVCs and PVs from within Longhorn -> Pods start automatically and attach the correct Volumes
delete longhorn manager pods automatically
maybe automate the restore process via the undocumented longhorn api
done with
e7c2737414