Sorry for the delay. It would be nice not to be in place, where there has not been any manual updates to database and changes to changeset. But that is where I'm currently.
I've checked the logs and yes, there is failing because the checksums dont match, message in the log 'ValidationFailedException: Validation Failed: 1 change sets check sum... classpath.... but is now..."
I've checked the logs and yes, there is failing because the checksums dont match, message in the log 'ValidationFailedException: Validation Failed: 1 change sets check sum... classpath.... but is now..."
How can I get that into sync, without building the environment from scratch? Like can I mark/comment/add something to the changesets so that liquibase understands to update checksums and open the locks, without losing the data?
Just noticed, that there are also the correct checksums on the log, could I just update those to the database for the checksums?
By manual database changes, I mean things that should have done by liquibase changescripts are done directly to database (so there is no another database where to diff) and these changes are updated to changesets (so the checksums are incorrect). I know this is not the way things should be done, but this is about getting it back into working state (correct checksums and open locks).