Closed YtvwlD closed 4 years ago
But with Docker it should work? The entrypoint script automatically runs db migrations.
I guess that's the problem here. :) The CI tests our migrations on SQLite and they work there, but they seem to fail when run on Postgres.
If the database doesn't exist, no migrations are being run - the db and all tables are being created from scratch.
It is completely non-obvious that the issue is that the db is already existing.