
Litestream
Streaming replication for SQLite
Official integration
Created - Last update
This one-click app will deploy Litestream, a standalone streaming replication tool for SQLite. It runs as a background process and safely replicates changes incrementally to a S3 bucket. To use this app, you need to enter your S3 credentials (access key ID and secret access key).
Deployed services
litestream
custom
- litestream-data:/data
- litestream-config:/config
2
Variables
Litestream Version
Default: 0.3
$$cap_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/litestream/litestream/tags
Access key ID
Default: $$cap_gen_random_hex(20)
$$cap_access_key_idEnter your replica-specific authentication key
Secret access key
Default: $$cap_gen_random_hex(40)
$$cap_secret_access_keyEnter your replica-specific secret key
Database path within container
Default: /data/db
$$cap_db_pathEnter the database path within the container
Path within bucket
Default: db
$$cap_dest_pathEnter the path to use within the bucket
Bucket name
Default: BUCKET
$$cap_bucketEnter the name of the remote bucket to replicate to
S3 endpoint URL
Default:
$$cap_endpoint_urlEnter your endpoint URL of the S3-compatible service. Only required for non-AWS services.