Reference docs should describe "what things are", not "how to do things". Removed: - CLI command examples - Operational workflows (PR workflow, sync commands) - Setup/bootstrap procedures - "Useful Commands" sections Also split hosts.md into individual cards: - infrastructure/indri.md - Primary server details - infrastructure/gilbert.md - Development workstation This content belongs in how-to guides (future phase). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.6 KiB
1.6 KiB
| title | tags | ||
|---|---|---|---|
| PostgreSQL |
|
PostgreSQL
Database cluster via CloudNativePG operator.
Quick Reference
| Property | Value |
|---|---|
| URL | tcp://pg.ops.eblu.me:5432 |
| Metrics | http://cnpg-metrics.tail8d86e.ts.net:9187/metrics |
| Namespace | databases |
| Cluster | blumeops-pg |
| Operator | CloudNativePG |
Databases
| Database | Owner | Purpose |
|---|---|---|
| miniflux | miniflux | [[services/miniflux |
| teslamate | teslamate | [[services/teslamate |
Users
| User | Role | Purpose |
|---|---|---|
| postgres | superuser | CNPG internal |
| miniflux | app owner | Owns miniflux database |
| teslamate | superuser | TeslaMate (needs extensions) |
| eblume | superuser | Admin access |
| borgmatic | pg_read_all_data | [[services/borgmatic |
Backup
Backed up via services/borgmatic postgresql_databases hook. Streams pg_dump directly to Borg (no intermediate files, no downtime).
Credentials
1Password items:
guxu3j7ajhjyey6xxl2ovsl2ui- eblume passwordmw2bv5we7woicjza7hc6s44yvy- borgmatic password
CNPG-managed secrets:
blumeops-pg-app- miniflux userblumeops-pg-eblume- eblume superuserblumeops-pg-borgmatic- borgmatic backup userblumeops-pg-teslamate- teslamate user
Related
- services/miniflux - Feed reader database
- services/teslamate - Vehicle data database
- services/borgmatic - Database backup