Skip to content
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

Define interface for BackupStore #9978

Closed
Tracked by #9606
deepthidevaki opened this issue Aug 4, 2022 · 0 comments · Fixed by #10016
Closed
Tracked by #9606

Define interface for BackupStore #9978

deepthidevaki opened this issue Aug 4, 2022 · 0 comments · Fixed by #10016
Assignees
Labels
version:8.1.0-alpha5 Marks an issue as being completely or in parts released in 8.1.0-alpha5 version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0

Comments

@deepthidevaki
Copy link
Contributor

deepthidevaki commented Aug 4, 2022

BackupStore must take a backup with the following contents:

  • snapshot
    • files
    • snapshot id,
    • checksum
  • segment files
  • id
  • checkpoint position

In addition,

  • marks the status of a backup (Eg:- Backup manager can explicitly fail the backup)
  • Get the status of a backup
  • Delete a backup
ghost pushed a commit that referenced this issue Aug 5, 2022
10016: feat(backup): define interface for backup store r=deepthidevaki a=deepthidevaki

## Description

This interface will be used by the BackupManager to manage backups. The implementation of this interface manages the physical resources of a backup - such as storing the files to an external storage.

## Related issues

closes #9978 



Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
ghost pushed a commit that referenced this issue Aug 5, 2022
10016: feat(backup): define interface for backup store r=oleschoenburg a=deepthidevaki

## Description

This interface will be used by the BackupManager to manage backups. The implementation of this interface manages the physical resources of a backup - such as storing the files to an external storage.

## Related issues

closes #9978 



Co-authored-by: Deepthi Devaki Akkoorath <deepthidevaki@gmail.com>
@ghost ghost closed this as completed in 7421834 Aug 8, 2022
@Zelldon Zelldon added the version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0 label Oct 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version:8.1.0-alpha5 Marks an issue as being completely or in parts released in 8.1.0-alpha5 version:8.1.0 Marks an issue as being completely or in parts released in 8.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants