Hey everyone, my co-worker and I have been using Liquibase for or work, mostly with the free tier. Previously we tried using include with liquibase formatted SQL and it worked. Yesterday and today however, I’m running into the following error when trying to do a master-changelog that include other files:
ERROR: Exception Primary Class: ChangeLogParseException
ERROR: Exception Primary Reason: ERROR: Using include with formatted SQL requires a valid Liquibase Pro key. Get a free license key at https://liquibase.com/trial. Add liquibase.licenseKey=<yourKey> into your defaults file or use --license-key=<yourKey> before your command in the CLI.
ERROR: Exception Primary Source: 4.29.2
Unexpected error running Liquibase: ERROR: Using include with formatted SQL requires a valid Liquibase Pro key. Get a free license key at https://liquibase.com/trial. Add liquibase.licenseKey=<yourKey> into your defaults file or use --license-key=<yourKey> before your command in the CLI.
For more information, please use the --log-level flag
So was this a recent change in Liquibase where we can’t use include now with formatted SQL in the free tier? Thank you!