-
-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Labels
Description
Description:
Since the default Docker image now pulls Postgres 18, our DB container fails to start because the volume uses the old data directory format (/var/lib/postgresql/data). Postgres 18 expects a new structure and rejects the mount, breaking local dev.
Resolution:
Update docker-compose.yml to use postgres:17 for the DB image. This pins the Postgres version and avoids the incompatible data directory error until we have time to plan a migration to 18.
References:
Error while spinning up the container for BLT

Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done