Backup PV (Longhorn based) to external S3 Backup Location #7193
Unanswered
jakoberpf
asked this question in
Community support Q&A
Replies: 1 comment
-
You need to do either file system backup or snapshot data mover backups. See details here: https://velero.io/docs/v1.12/file-system-backup/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello people,
am trying to make a new backup process for my k3s cluster and longhorn as storage provider, but I fail to get the PVs backup up on my external S3 bucket. Scratching my head I am wondering what I am doing wrong or if its even supposed to work this way.
The current setup:
v1.25.15-rc2+k3s1
Kubernetes Clusterv1.4.4
for replicated Storage with CSI support andexternal-snapshotter
deployedv5.1.2
default
namespaceThe aspired process
What I assume or aspire is on command
velero backup create default-zelos --include-namespaces default --wait
or appropriate CRD/Schedulevelero
creates a backup of manifest and PVs in the S3 Backup Location.What is actually happening
On the command
velero backup create default-zelos --include-namespaces default --wait
I see that a backup of the manifest is created on S3, but there is no backup of the PVs on S3. On Longhorn a Snapshot and Backup is created.velero backup describe default-zelos --details
So my question is, how do I get velero to also backup the PVs into the S3 Backup Location? I would like to deprecate my use of the Longhorn Backup Features as looks me into Longhorn.
Beta Was this translation helpful? Give feedback.
All reactions