Commit 8a62dad
fix(kube): Update postgres volume mount for PG18 compatibility
PostgreSQL 18 Docker images changed the data directory layout to use
major-version-specific subdirectories under /var/lib/postgresql.
Mount point must be /var/lib/postgresql (not /data) to allow the
container to manage the versioned subdirectory structure.
See: docker-library/postgres#1259
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ca0d3cb commit 8a62dad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments