benbjohnson / litestream

Streaming replication for SQLite.

Home Page:https://litestream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glob support

titanism opened this issue · comments

I wasn't able to find anything in the docs other than this Hacker News comment by @benbjohnson at https://news.ycombinator.com/item?id=26483220 that mentions glob support. Is this still planned or is the only approach moving forwards to do one file at a time with litestream?

There are some problems with glob support. Each database needs a unique path on the replica so sharing one replica configuration doesn't work directly and databases may be created by applications and not be present on Litestream startup requiring a directory watcher to wait for them - deleting a database probably also needs to stop replication.