12 lines
273 B
YAML
12 lines
273 B
YAML
server_name: db-prod-1
|
|
discord_webhook_url: https://discord.com/api/webhooks/replace/me
|
|
notify_role_id: "123456789012345678"
|
|
|
|
request_timeout: 10s
|
|
|
|
backup:
|
|
interval: 24h
|
|
source_file: /var/lib/postgresql/data/app.db
|
|
output_dir: /var/backups/postgres
|
|
file_prefix: db
|