Add paperless DB to borgmatic backups
Discovered during DR that paperless was the only service DB not backed up by borgmatic. Uses same blumeops-pg cluster on port 5432. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2d2d495f95
commit
cd5b6b63f7
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,10 @@ borgmatic_postgresql_databases:
|
|||
hostname: pg.ops.eblu.me
|
||||
port: 5432
|
||||
username: borgmatic
|
||||
- name: paperless
|
||||
hostname: pg.ops.eblu.me
|
||||
port: 5432
|
||||
username: borgmatic
|
||||
# immich-pg cluster (VectorChord) via Caddy L4 on port 5433
|
||||
- name: immich
|
||||
hostname: pg.ops.eblu.me
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue