How to save differences mysql databases in a file using liquibase?
It has been successfully executed but the file is not save.
How can i solve the problem?
How to save differences mysql databases in a file using liquibase?
It has been successfully executed but the file is not save.
How can i solve the problem?
To save the output of the diff command, you need to pass this argument:
--outputFile=<my output file>
If you want to create another changelogfile when comparing two databases, you run the diffChangeLog command and pass:
--changelogfile <output changelog file>
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| diffChangelog command output resulted changesets on console or separated files. | 0 | 360 | October 15, 2015 | |
| CommandLineUtils.doDiffToChangeLog not working | 1 | 439 | May 15, 2012 | |
| How to diff two new database using liquibase? | 0 | 394 | March 7, 2012 | |
| diffChangeLog on MYSQL dbs is not working | 3 | 1124 | February 15, 2022 | |
| Maven-liquibase-plugin: diff does not recognize changes | 2 | 2472 | March 23, 2021 |