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

[BanyanDB-Server]Backup and Restore Data #12463

Open
3 tasks done
hanahmily opened this issue Jul 18, 2024 · 1 comment
Open
3 tasks done

[BanyanDB-Server]Backup and Restore Data #12463

hanahmily opened this issue Jul 18, 2024 · 1 comment
Labels
database BanyanDB - SkyWalking native database feature New feature

Comments

@hanahmily
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Description

We propose to add a backup and restore feature to BanyanDB. This feature will allow users to create and restore data backups when necessary.

Requirements

  1. Backup Functionality:

    • Implement a method to create a consistent snapshot of the BanyanDB data directory.
    • Ensure minimal performance impact during the snapshot process.
    • Allow users to configure the backup frequency and retention period.
  2. Restore Functionality:

    • Provide a way to restore BanyanDB data from a previously created snapshot.
    • Ensure the restoration process is robust and handles potential issues such as incomplete or corrupted snapshots.
    • Support restoring to the same instance or a new instance of BanyanDB.

Use case

No response

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@hanahmily hanahmily added feature New feature database BanyanDB - SkyWalking native database labels Jul 18, 2024
@hanahmily hanahmily added this to the BanyanDB - 0.8.0 milestone Jul 18, 2024
@wu-sheng
Copy link
Member

We should consider restoring from N-1 version snapshot as well. This would be critical for the upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database BanyanDB - SkyWalking native database feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants