This commit adds an http server and client for streaming snapshots and WAL pages from an upstream Litestream primary to a read-only replica.
6 lines
131 B
YAML
6 lines
131 B
YAML
dbs:
|
|
- path: $LITESTREAM_TEMPDIR/1/db
|
|
upstream:
|
|
url: "$LITESTREAM_UPSTREAM_URL"
|
|
path: "$LITESTREAM_TEMPDIR/0/db"
|