Report Filename
Published 31 October 2023
Report Filename
Description
Filename for the report file. The report is a HTML file containing the details of the migration including SQL script execution times and success/failure statuses as well as the results of check
.
This filename will also be used for a supplementary json file as well, excluding any .html
or .htm
extension.
Default
report.html
Usage
Commandline
./flyway -reportFilename=flyway_report.html info
TOML Configuration File
[flyway]
reportFilename = "flyway_report.html"
Configuration File
flyway.reportFilename=flyway_report.html
Environment Variable
FLYWAY_REPORT_FILENAME=flyway_report.html
Notes
Empty reportFilename
will be replaced by the default value.