Commit Graph

6 Commits

Author SHA1 Message Date
Ben Johnson 868d564988 Remove streaming replication implementation 2022-08-08 16:34:17 -06:00
Hiroaki Nakamura 46597ab22f Fix wal internal error log 2022-05-13 15:25:43 -06:00
Ben Johnson 44662022fa Allow read replication recovery from last position 2022-04-04 20:19:02 -06:00
Ben Johnson 2c3e28c786 Improve http error logging 2022-04-03 11:55:42 -06:00
Ben Johnson 8d10881278 Use database page size in read replication 2022-04-02 11:50:30 -06:00
Ben Johnson a090706421 Implement live read replication
This commit adds an http server and client for streaming snapshots
and WAL pages from an upstream Litestream primary to a read-only
replica.
2022-02-19 09:06:49 -07:00