In Liquibase how to Move loaded file to another folder

In liquibase how to moved the loaded data from loaded folder to another folder?

Bala - Can you describe your situation a bit more? What do you mean by loaded data in your scenario?

You might be familiar that liquibase is storing changes in DATABASECHANGELOG. In that table there is FILENAME column in which there is a path. As of my experience it depends on how you executed LiquiBase update - is you used relative path, paths are relative, otherwise absolute.

If you move the scripts to some other folder, it won’t be recognized as already executed ones unless you alter the paths in this table.

Have you had a chance to check out this set of documentation? It might help in your scenario: How Liquibase Finds Files: Liquibase Classpath | Liquibase Docs