Created
March 25, 2025 09:09
-
-
Save markuswustenberg/3914cd2fea9aa9e3313863de501b67a5 to your computer and use it in GitHub Desktop.
Litestream SQLite backup configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
access-key-id: AXXX | |
secret-access-key: PXXX | |
addr: ":9089" | |
dbs: | |
- path: /data/something/app.db | |
replicas: | |
- type: "s3" | |
bucket: "my-bucket" | |
path: "something" | |
region: "eu-central-1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment