Commit 6edf82e
fix: Makefile DB targets follow POSTGRES_USER/DB; warn on POSTGRES_DB coupling
- make psql/backup/extensions derived DB_USER/DB_NAME from POSTGRES_USER/
POSTGRES_DB via $(or ...), so renaming them in .env no longer breaks targets
- .env.example: note that changing POSTGRES_DB requires updating cron.database_name
and pg_partman_bgw.dbname in postgresql.conf
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent eb05f55 commit 6edf82e
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments