You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/litestream.yml

14 lines
435 B

# Litestream: replicate docuseal's SQLite db to R2 (same creds/bucket as attachments).
dbs:
- path: /data/docuseal/db.sqlite3
replicas:
- type: s3
bucket: ${S3_ATTACHMENTS_BUCKET}
path: litestream/docuseal
endpoint: ${S3_ENDPOINT}
region: auto
access-key-id: ${AWS_ACCESS_KEY_ID}
secret-access-key: ${AWS_SECRET_ACCESS_KEY}
sync-interval: 60s
retention: 168h