forked from rmusser01/tldw_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlitestream.yml
More file actions
29 lines (26 loc) · 781 Bytes
/
litestream.yml
File metadata and controls
29 lines (26 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
dbs:
# Example of replicating a SQLite database to an S3 bucket.
# - path: ./Databases/database1.db
# replicas:
# - type: s3
# bucket: your-s3-bucket-name
# path: database1.db
# region: your-region
# access-key-id: ${AWS_ACCESS_KEY_ID}
# secret-access-key: ${AWS_SECRET_ACCESS_KEY}
- path: ./Databases/chatDB.db
replicas:
- type: file
path: ./Backups/Backup_chatdB.db
- path: ./Databases/media_summary.db
replicas:
- type: file
path: ./Backups/Backup_media_summary.db
- path: ./Databases/prompts.db
replicas:
- type: file
path: ./Backups/Backup_prompts.db
- path: ./Databases/RAG_QA_Chat.db
replicas:
- type: file
path: ./Backups/Backup_RAG_QA_Chat.db