-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
KV + FST backup system #5
Comments
|
Do this over channel protocol; ie. control mode. |
Also add an option to restore a backup (per-collection or per-(collection, bucket) from given path) from the channel in control mode. This would over-write any existing database if needed (KV + FST). |
Benefits of a text-based backup file format is that we generate human-readable backups that can be used for debugging, and that can also be used for easily converting a Sonic binary DB from an older format to a newer format, by bridging via the backup text format. |
Signed-off-by: Valerian Saliou <valerian@valeriansaliou.name>
No description provided.
The text was updated successfully, but these errors were encountered: