Liquibase use a changelog outside of my jar file

I developed an app that uses Liquibase and built a jar file.

I was wondering if it is possible to use a changelog file that is outside of the jar file , like for example:

-Folder
--jar file
--changelogFile

I know that Liquibase removed the option to use an absolute path , so is there any other way to achieve this?

Hi @fabiopires10,

Yes you can point to a changelog file outside of the jar file using a relative path or add ‘/’ to the classpath parameter. You can find more details on this page.