From 6f4021e7ab5a139676136d4944f19f2cb6af5400 Mon Sep 17 00:00:00 2001 From: Takayuki Miyahara Date: Wed, 17 Sep 2025 01:40:30 +0900 Subject: [PATCH] fix: `etc/litestream.yml` - Corrected indentation for `replica` entries fixed indentation and formatting based on https://litestream.io/guides/s3/ --- etc/litestream.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/etc/litestream.yml b/etc/litestream.yml index 6ead81cba..6ee4e187d 100644 --- a/etc/litestream.yml +++ b/etc/litestream.yml @@ -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]