Giter VIP home page Giter VIP logo

Comments (4)

asashour avatar asashour commented on June 12, 2024

With Spring Boot 3.2.3 and Liquibase 4.26.0, the databasechangelog table is created with PostgreSQL.

Could you share a reproducible project for others to look into this?

from liquibase.

tati-qalified avatar tati-qalified commented on June 12, 2024

Hi @linetski, I've tested this with PostgreSQL and H2 with the latest Liquibase version, and it's not replicable.

Could you verify that your project is correctly configured?
Here's a documentation page that might help you.

Let me know whether you could fix the problem or not.
Thank you,
Tatiana

from liquibase.

castonagentsync avatar castonagentsync commented on June 12, 2024

Here is an example of the issue. It seems to really be an issue when spring.liquibase.clear-checksums=true when spring.liquibase.clear-checksums=false it works just fine.

you can test this with a mvn clean test

from liquibase.

tati-qalified avatar tati-qalified commented on June 12, 2024

Thank you for providing a reproducer, I was able to understand the source of the issue.
It's not that the databasechangelog table isn't being created, but that Liquibase is trying to run clear-checksums before the table has been created. So, the program fails. This also explains why it doesn't fail when clear-checksums is set to false.

This problem is fixed by the latest Liquibase version, 4.27.0.

Please try upgrading your Liquibase version and let me know how it goes.

Thank you,
Tatiana

from liquibase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.