benbjohnson / litestream

Streaming replication for SQLite.

Home Page:https://litestream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replicate once then quit?

onionhammer opened this issue · comments

I would like to be able to simply replicate the database out to a backup once? I would like to be able to run a command locally to overwrite a backup in azure blob storage, then start a container with what was a local database (which replicates from the same storage account)

That's essentially what I described in #486 with an implementation plan. I'm going to implement something like this.

Closing in favor of #486