-
Notifications
You must be signed in to change notification settings - Fork 86
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
Can't read snapshots when using BackupBatch #1039
Comments
The stash operator also logs the following error.
|
Good catch 👍 . We didn't update get snapshot for BackupBatch. |
Ah, I see. Thanks. Here is what my repository looks like.
|
@hossainemruz so how do I restore my backups right now? Is there any workaround? |
Use |
What's the status on this issue? |
@codejamninja In order to fix this issue, we have to fix these issues first:
We will try to fix as soon as possible. However, it won't be part of |
@hossainemruz ok, thanks |
@codejamninja Thanks for reporting. I have the same problem. |
@hossainemruz wrote:
It seems restoring from I have a
The restore job is created with a I can create an other repository, where I add So currently my working setup is: |
@codejamninja We are going to fix this issue in next release. Here are the proposed changes: stashed/project#5 |
The proposed solution looks good to me, it will make life easier. :) |
xref: - stashed/stash#1041 - stashed/stash#1053 - stashed/stash#1039 - stashed/project#2 - stashed/project#5 **Tasks:** - [x] Add RestoreBatch types - [x] Add `alias` field in BackupConfiguration, BackupBatch and RestoreSession - [x] Generated Code - [x] Add client utils - [x] Add restore invoker helpers - [x] Add necessary constants - [x] Add `RepositoryExist`, `BackendSecretExist` conditions - [x] Add `--include` and `--exclude` options - [x] Implement RestoreBatch in `stashed/stash` - [x] Add additional print column into Snapshot Signed-off-by: hossainemruz <[email protected]> Co-authored-by: Tamal Saha <[email protected]>
Already fixed in master. |
I am using BackupBatch to backup my deployments. The backups work fine.
However, when I run
kubectl get snapshots
I get the following error.The text was updated successfully, but these errors were encountered: