SQLite Forum

Streaming Replication to S3
Login

Streaming Replication to S3

(1) By Ben Johnson (benbjohnson) on 2021-01-21 22:26:59 [source]

Hello SQLite folks,

I mentioned a streaming replication tool called Litestream on the forum the other day and the SQLite team was kind enough to have a video chat with me to discuss what I'm doing. Thank you so much!

I just open-sourced up the repository and I would love to hear feedback on the tool. It runs as a separate background process and can replicate SQLite database WAL changes to another file or to S3. The tool uses the SQLite API for locking & checkpointing so it should be safe to use. However, it's still beta software so tread carefully.

https://github.com/benbjohnson/litestream

Thanks,

Ben