Wire ringtail blumeops-pg into backups + Grafana #364
1 changed files with 2 additions and 0 deletions
borgmatic: add .pgpass entry for ringtail blumeops-pg (port 5434)
The .pgpass is a hardcoded port list, not derived from the database list, so repointing teslamate/paperless to :5434 left them without credentials (pg_dump would fail 'no password supplied'). Add the 5434 entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
commit
83b4306edb
|
|
@ -19,8 +19,10 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
content: |
|
content: |
|
||||||
# Managed by ansible (borgmatic role) - k8s PostgreSQL backup credentials
|
# Managed by ansible (borgmatic role) - k8s PostgreSQL backup credentials
|
||||||
|
# 5432 = minikube blumeops-pg, 5433 = immich-pg, 5434 = ringtail blumeops-pg
|
||||||
pg.ops.eblu.me:5432:*:borgmatic:{{ borgmatic_db_password }}
|
pg.ops.eblu.me:5432:*:borgmatic:{{ borgmatic_db_password }}
|
||||||
pg.ops.eblu.me:5433:*:borgmatic:{{ borgmatic_db_password }}
|
pg.ops.eblu.me:5433:*:borgmatic:{{ borgmatic_db_password }}
|
||||||
|
pg.ops.eblu.me:5434:*:borgmatic:{{ borgmatic_db_password }}
|
||||||
dest: ~/.pgpass
|
dest: ~/.pgpass
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue