vlourme commented on issue #1478:
URL: https://github.com/apache/kvrocks/issues/1478#issuecomment-3939622114

   Hi! I started using kvrocks recently and I really needed automated backups 
(and restore to local dev for debugging) so I made a tool for that: 
https://github.com/SneakersAPI/kvrocks-backup
   
   It only supports S3 for now. No incremental backup and no compression.
   
   Also I have some concerns about `restore` process, it basically shutdown the 
server and replace `db` content from an S3 backup, it works but doesn't feel 
safe to me. I would recommend using my tool for backup only and restore on safe 
environment, not production.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to