Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions etc/litestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# secret-access-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx

# dbs:
# - path: /path/to/primary/db # Database to replicate from
# replicas:
# - path: /path/to/replica # File-based replication
# - url: s3://my.bucket.com/db # S3-based replication
# - type: nats # NATS JetStream replication
# url: nats://nats.example.com:4222
# bucket: litestream-backups
# # Optional TLS configuration:
# # client-cert: /path/to/client.pem
# # client-key: /path/to/client.key
# # root-cas: [/path/to/ca.pem]
# - path: /path/to/primary/db # Database to replicate from
# replica:
# path: /path/to/replica # File-based replication
# url: s3://my.bucket.com/db # S3-based replication
# type: nats # NATS JetStream replication
# url: nats://nats.example.com:4222
# bucket: litestream-backups
# # Optional TLS configuration:
# # client-cert: /path/to/client.pem
# # client-key: /path/to/client.key
# # root-cas: [/path/to/ca.pem]