question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migration from 3.10.3 to 4.* failed

See original GitHub issue

Environment

Liquibase Version: 4.0.0 - 4.9.1

Liquibase Integration & Version: Spring Boot version 2.5.12, maven version 3.6.3

Liquibase Extension(s) & Version:

Database Vendor & Version: Oracle 19.10.0.0

Operating System Type & Version: Linux Mint 20.3 Cinnamon

Description

After update of Spring Boot from version 2.4.13 (liquibase version 3.10.3) to version 2.5.12 (liquibase version4.3.5), liquibase is failing with exception: Failed Liquibase execution for datasource with cause: Validation Failed: 63 change sets check sum

Examle of the changeSet:

<changeSet author="author" id="1551134330735-2">
    <createTable tableName="BRAND">
        <column name="ID" type="BIGINT">
            <constraints primaryKey="true" primaryKeyName="SYS_C0027517"/>
        </column>
        <column name="NUMBER" type="VARCHAR2(255 ${charUnit})"/>
        <column name="SITE_UID" type="VARCHAR2(255 ${charUnit})"/>
        <column name="DELETED" type="BOOLEAN"/>
        <column name="UUID" type="VARCHAR2(255 ${charUnit})"/>
        <column name="VERSION" type="INT"/>
        <column name="DESIGNATION" type="VARCHAR2(255 ${charUnit})"/>
    </createTable>
</changeSet>

I tried to update to all versions from 4.0.0 to 4.9.1. With all of them there was the same issue.

Steps To Reproduce

Increase version of spring boot

Actual Behavior

Failed Liquibase execution for datasource with cause: Validation Failed: 63 change sets check sum

Expected/Desired Behavior

Checksum are the same and liquibase update should run with no issue.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
peterpivarnikcommented, Apr 5, 2022

@kataggart yes I did tested it on twomicroservices and the behaviour is the same

0reactions
kataggartcommented, Apr 8, 2022

@peterpivarnik PHEW!! We were talking on this end a bit about what might be causing that, since others in similar configurations haven’t seen it… thanks for following up! Curious about your extension… it’s purpose and your use case. If you had 20 min to chat in the next few weeks? email ktaggart@liquibase.com or https://meetings.hubspot.com/karen-taggart

Read more comments on GitHub >

github_iconTop Results From Across the Web

Joomla 3.10 to 4.x Common Migration Errors
Sometimes it just takes another set of eyes to find extensions that need to be uninstalled or updated before a successful migration happens....
Read more >
Migrating From Joomla 3.10.x To 4.0.3 - Question - JoomShaper
Hi, I have a big (at least for me) problem with migrating from joomla 3.10.x to ... If I launch the upgrade to...
Read more >
How to migrate Joomla 3 to Joomla 4: step by step tutorial
Joomla 4 stable version is released, and it's time to plan for migrate ... Navigate to System > Global configurations > Server >...
Read more >
How to Migrate Joomla 3 to Joomla 4: Step by Step Guide
Go to extension manager > update tab · Click on find updates · Update all the extensions · Check if the extension has...
Read more >
Joomla 4 update not showing? Here's how to fix
Recently we have been upgrading and migrating lots of Joomla 3 websites over to Joomla 4 and from time to time, the Joomla...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found