I am interested in running this command for example => rollbackCount.
I have Spring Boot project setup and my Liquibase works correctly (databasechangelog and databasechangeloglock work as expected). So, if I want to rollback and I haven’t installed Liquibase on my PC, but used it only as a dependency in pom.xml file, what are my options? What is the fastest and easiest way to run this command?
I tried something similar, so I still have a problem. When I run mvn liquibase:rollback -Dliquibase.rollbackCount=1, I get an error saying LICENSE_PRO_LICENSE_KEY.
I have no idea what am I required to do, honestly. Or what am I missing? I mean, how did Liquibase work perfectly so far and when I need to run commands, I get this error?
I do not have Maven downloaded/installed on my computer (I run it from IDE). I also don’t have Liquibase downloaded/installed as it all works from dependency injection.