Commit 2f3b6ad
authored
chore(dev): bump docker-compose dev postgres 15 -> 17 to match CNPG runtime (#117)
De echte sandbox/productie database draait al PostgreSQL 17 via de
CloudNativePG operator (infrastructure/.../postgresql/database/base/cluster.yaml).
De lokale docker-compose dev-omgeving stond nog op 15-alpine; deze bump trekt
lokaal en productie gelijk.
Let op: een PostgreSQL major upgrade is niet in-place compatibel. Bestaande
dev-volumes moeten gewist worden:
docker compose -f docker-compose.dev.yaml down -v1 parent c32df5a commit 2f3b6ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments