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

Snapshot for shared-data #53999

Open
Dshadowzh opened this issue Dec 17, 2024 · 1 comment
Open

Snapshot for shared-data #53999

Dshadowzh opened this issue Dec 17, 2024 · 1 comment

Comments

@Dshadowzh
Copy link
Contributor

Dshadowzh commented Dec 17, 2024

Shared-data currently does not support backup and restore functionality. While S3 provides high availability and data persistence, backup and restore capabilities are still essential for recovering from unexpected incidents or periodical snapshot. This proposal introduces the concept of snapshots to address this need.

There are two main scenarios for using snapshots:

  • Data Backup and Recovery: Snapshots can be used to back up data at specific points in time and restore from those snapshots as needed. This process can be performed manually or scheduled periodically.

  • Automated Backup and Recovery: The system can automatically create snapshots of the latest data, enabling recovery from the most recent snapshot with best-effort reliability. shared-data mode support backup restore though automated snapshot #53867

Product proposal docs

https://docs.google.com/document/d/1rPG_evLRK-XG5W1p0sNk0xibEOrdMllrxMV__mCwmJs/edit?tab=t.0#heading=h.iofn2gmg8h2y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant