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

Investigate database backups #584

Open
Mirko-von-Leipzig opened this issue Dec 12, 2024 · 0 comments
Open

Investigate database backups #584

Mirko-von-Leipzig opened this issue Dec 12, 2024 · 0 comments

Comments

@Mirko-von-Leipzig
Copy link
Contributor

We need some way of creating backups of the current state of the store.

I'm aware of https://litestream.io/ which stream sqlite using its WAL file. From what I recall it requires careful tweaking of WAL settings but maybe that's improved by now. I also recall the guarantees not being 100% i.e. it could miss things if the WAL updates too fast.

We should also investigate alternatives..

  • do it via gRPC proxy code i.e. duplicate the store write messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant