litestream icon indicating copy to clipboard operation
litestream copied to clipboard

Glob support

Open titanism opened this issue 8 months ago • 1 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?

titanism avatar Oct 26 '23 00:10 titanism

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.

hifi avatar Dec 19 '23 12:12 hifi