benbjohnson / litestream

Streaming replication for SQLite.

Home Page:https://litestream.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Reverse replication

code959437957 opened this issue · comments

We have three Node:

  1. The main prod node: hosting the product online database;
  2. The backup server: provide SFTP backup for litestream to replicate and backup on to it
  3. The testing node: we often check the backup is ok?

The feature request is for the testing node:

we need to replicate data continue from backup server into testing node.
we write script to compare hourly to check if the backup data is ok.

and we also using testing node to run tests with data

shapes at 23-12-28 06 43 42

And this also can be use to replicate database to slave db server instance.

+1 This would be useful for data warehousing without having to redownload the entire DB every time.