How to get list of changesets applied

When performing liquibase update, for lets say 10 changesets and only four chnagsets were updated in database as fifth threw an error. How do I get the succesfuly updated list of changesets? I tried the getChangesetStatuses but I get list of all chnagesets available in chnagelogs.

Please let me know if there is a command to see the successful list of changesets applied.

Try history | Liquibase Docs and see if that gives you what you need. Thanks!

1 Like

Hi, I am using java code to access liquibase. Do you know any equivalent of history I can use along with java.

  • What operating system and/or shell are you using for your CLI?
  • Have you looked at our javadoc site? liquibase 4.17.0 API