litestream icon indicating copy to clipboard operation
litestream copied to clipboard

Feature request: Reverse replication

Open code959437957 opened this issue 2 years ago • 2 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

code959437957 avatar Dec 27 '23 22:12 code959437957

shapes at 23-12-28 06 43 42

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

code959437957 avatar Dec 27 '23 22:12 code959437957

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

rishi-kulkarni avatar Jan 04 '24 14:01 rishi-kulkarni