Open bburtin opened 9 months ago
I eventually figured out that my bind mount (-v
) is invalid. Once I fixed the local mount path, the Flyway container started working again.
The "Unknown configuration properties" error is pretty unintuitive. It would be better if Flyway would verify that it can find the SQL scripts before starting migration.
Hi @bburtin The issue here seems to be happening before Flyway attempts the migration. The message ERROR: Unknown configuration properties: SOURCES,CSOURCES
indicates that it has identified something as a configuration file which contains the properties SOURCES
and CSOURCES
which it does not understand. Unfortunately, from the information provided above I would not be able to tell what it is mistakenly thinking is a config file
Does anyone know what would cause this error when running the Flyway container? I started seeing it after doing a Docker system prune. I'm running on Windows 10 64bit with Docker Desktop and the Ubuntu subsystem, in case it matters. It happens with both the alpine