flyway-docker
flyway-docker copied to clipboard
"Storing migrations in 'sql' is not recommended" when using suggested paths
Hi, just updated our Flyway image to 10.8.1 and running with the suggested volume. But that throws a warning:
WARNING: Storing migrations in 'sql' is not recommended and default scanning of this location may be deprecated in a future release
Flyway OSS Edition 10.8.1 by Redgate
Is this something that can be fixes in this repo?
I have a similar warning, except for mine, which is complaining about jars. It sure would be nice if the wanting came with some recommendations on what the new way of doing things is like a link to a web page.
WARNING: Storing migrations in 'jars' is not recommended, and default scanning of this location may be deprecated in a future release
Flyway OSS Edition 10.11.0 by Redgate
I'm not sure why it is not reccomended, but the warning can be removed with:
-locations="filesystem:./sql"
See https://documentation.red-gate.com/fd/locations-224919725.html