I downloaded flyway v11.11.2 following the guide here: https://documentation.red-gate.com/fd/command-line-277579359.html
curling for the archive and then extracting it on Linux.
When I try to run ./flyway --version
I get:
WARNING: No locations configured and default location 'sql' not found.
Flyway Community Edition 11.11.2 by Redgate
See release notes here: https://rd.gt/416ObMi
ERROR: RGCompare exited with code 127
Which exits with code 1. 11.8.2 was working fine.
I downloaded flyway v11.11.2 following the guide here: https://documentation.red-gate.com/fd/command-line-277579359.html
curling for the archive and then extracting it on Linux.
When I try to run
./flyway --version
I get:WARNING: No locations configured and default location 'sql' not found.
Flyway Community Edition 11.11.2 by Redgate
See release notes here: https://rd.gt/416ObMi
ERROR: RGCompare exited with code 127
Which exits with code 1. 11.8.2 was working fine.