Tags:
devops
Litestream is a streaming replication tool for SQLite databases. It runs as a separate background process and continuously copies write-ahead log pages from disk to one or more replicas. This asynchronous replication provides disaster recovery similar to what is available with database servers like Postgres or MySQL
Refs
- https://litestream.io/how-it-works/
- https://github.com/benbjohnson/litestream
- https://fly.io/blog/litestream-revamped/
Inventor
Ben Johnson