Allow read replication recovery from last position
This commit is contained in:
5
integration/testdata/replicate/http-recovery/litestream.0.yml
vendored
Normal file
5
integration/testdata/replicate/http-recovery/litestream.0.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
addr: :10002
|
||||
|
||||
dbs:
|
||||
- path: $LITESTREAM_TEMPDIR/0/db
|
||||
max-checkpoint-page-count: 10
|
||||
5
integration/testdata/replicate/http-recovery/litestream.1.yml
vendored
Normal file
5
integration/testdata/replicate/http-recovery/litestream.1.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
dbs:
|
||||
- path: $LITESTREAM_TEMPDIR/1/db
|
||||
upstream:
|
||||
url: "$LITESTREAM_UPSTREAM_URL"
|
||||
path: "$LITESTREAM_TEMPDIR/0/db"
|
||||
Reference in New Issue
Block a user