It's possible not to run again an SQL file which fails in the past with liquibase? I tried with failOnError:false runAlways:false but no DATABASECHANGELOG entry is made.
Thanks and with
--preconditions onFail:MARK_RAN
it's working like I want