-
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
How to delete / replace backups #212
Comments
Thanks for trying out Ark! For now, if you delete from s3, it will
eventually be deleted from Kube too. We do plan to have a delete
subcommand, but haven’t gotten around to it yet. Hopefully soon!
…On Thu, Nov 23, 2017 at 10:48 AM Phil Taprogge ***@***.***> wrote:
Hi,
I have a feeling that this is a really stupid question, but I haven't
managed to find a conclusive answer in the docs:
How does one go about deleting or overwriting a backup object?
Can it just be deleted from S3 (in our case)?
An ark backup delete subcommand would be useful.
Thanks,
Phil
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#212>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAABYiNtqnee-Fwax_sOl7PsWgv-azioks5s5ZPigaJpZM4Qo8Ob>
.
|
But to be clear, it is entirely safe to just delete the S3 folder corresponding to the backup? |
If you’re fine not having the backup data any more, yes.
…On Thu, Nov 23, 2017 at 11:01 AM Phil Taprogge ***@***.***> wrote:
But to be clear, it is entirely safe to just delete the S3 folder
corresponding to the backup?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#212 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAABYs7EyLPExXg_w8PgnQiJjjB9SRPGks5s5ZbTgaJpZM4Qo8Ob>
.
|
I also agree with @gargath, it would be nice to have such feature, that would ease deletion of associated snapshots, for now we have to manually look for the ark tag and the creation date added to the snapshot. |
This is definitely a feature we plan to add. We'd definitely welcome & appreciate pull requests if anyone has time. Otherwise, it's on our roadmap, and we will eventually implement it. |
I'm working on this ATM. |
* Generalize tests to check for specific resources in backup Instead of expecting a specific number of objects backed up we should check if the objects we care about were backed up, the check can also catch bugs that we could have missed in case the number didnt change but for some reason our desired object wasnt backed up. Signed-off-by: Shelly Kagan <[email protected]> * Improve test to check specific pv and pod name Signed-off-by: Shelly Kagan <[email protected]> --------- Signed-off-by: Shelly Kagan <[email protected]>
Hi,
I have a feeling that this is a really stupid question, but I haven't managed to find a conclusive answer in the docs:
How does one go about deleting or overwriting a backup object?
Can it just be deleted from S3 (in our case)?
An
ark backup delete
subcommand would be useful.Thanks,
Phil
The text was updated successfully, but these errors were encountered: