AntiPattern
Container Data Init Drift
docker-postgres-init-drift
PostgreSQL inside Docker fails or misbehaves because init inputs and runtime configuration don’t match the mounted filesystem state, so the init process is skipped or SQL/log settings are silently ineffective. Outcomes include missing init SQL, stale/incorrect partitions, and confusing logging differences.