We are using spring liquibase project. We observe that the spring application is not failing whenever the liquibase scripts are failed

We are using spring liquibase project. We observe that the spring application is not failing whenever the liquibase scripts are failed.

Lets say we have three sql files, or for that matter a simple sql.
If the data updates are not happening due to some issue Ex: NOWAIT or whatsoever, the application starts as the required entity mapping is aligned between DB and MODEL objects in the domain classes.

could you please let us know if there is any option, which we can verify to conclude that the sqls ran fine and changelog table has got entry with the version we executed the sql files.

1 Like

Welcome to the Liquibase Community, @aparna - Thanks for posting this question.

What version of Liquibase are you running? It looks like there were similar situations that were resolved in an update, if I’m understanding your question correctly.

Here’s a link with more information: Liquibase | Liquibase 3.8.4 Released, Corrects Spring Boot Error in Pro

Kindly,
Tabby