-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup gets created but volumes are empty and the error is Could not connect to minio container! #8600
Comments
For the backup PartiallyFailed issue, please collect the Velero debug bundle to help investigate. The CLI is |
@blackpiglet I added however there is a new error which is complaining about not having an applicable snapshotter, this is the error i catched when running
and the result of
which is also complaining about not specifying the region. PS: I tried to enable the Volumesnaphotter & csi-hostpath-driver addons in minikube and same results. this is the result of running |
You need to add during the Velero install command --features=EnableCSI to enable using CSI. https://velero.io/docs/main/csi/#installing-velero-with-csi-support |
@revoltez |
What steps did you take and what happened:
I have the following setup:
i created a credentials file
credentials-velero
which contains the pasword and the username:i installed velero with this command:
and when i created a backup for any namespace that contains persistent volumes using this command:
it will give this output:
and the result of describing the backup is the following:
The error says that there is no such host but what's weird is that when i open the minio console i see the backup is created, and when i restore it using this command:
velero restore create mongodb-restore --from-backup mongodb-namespace
the namespace is indeed restored and everything works except the database volumes are empty
What did you expect to happen:
The volume should be restored as well with its data.
Environment:
velero version:
The text was updated successfully, but these errors were encountered: