About 16,600 results
Open links in new tab
  1. database - Why and when Liquibase? - Stack Overflow

    Apr 21, 2015 · 0 I believe Liquibase is great when your philosophy is that the database is an afterthought. This philosophy has caused the majority of bad databases in production - and most of …

  2. LiquiBase problem , class path resource [db/changelog/db.changelog ...

    Mar 14, 2020 · I am having a problem integrating liquibase with springboot. I have added the liquibase dependency in the pom file like below: <dependencies> <dependency> <

  3. relativeToChangeLogFile not working as documented - Liquibase

    Apr 20, 2021 · The manual describes the option relativeToChangeLogFile for the sqlFile tag as: Indicates whether the file path is relative to the root changelog However Liquibase 4.3.3 takes this as …

  4. Order of changelog execution - General Discussion - Liquibase

    Mar 23, 2023 · Files are executed in alphabetical order. docs.liquibase.com includeAll The includeAll tag allows you to specify a directory that contains multiple changelog files. It is used within your root …

  5. database - Liquibase lock - reasons? - Stack Overflow

    For reference, I was using the Liquibase Maven plugin (liquibase-maven-plugin:3.1.1) with SQL Server. Anyway, I'd erroneously copied and pasted a SQL Server "use" statement into one of my scripts that …

  6. SQL Scripts with multiple GO statement no longer working - Liquibase

    Sep 23, 2022 · Hi, We were successfully able to reference TSQL scripts with multiple go statements in v4.4.0 We just upgraded Liquibase to 4.16.1 and nothing is working anymore.

  7. How to recalculate checksums without re-running the ... - Liquibase

    Mar 23, 2021 · Hi team, We were upgrade our liquibase from 1.9.0.0 to 3.6.3. When running migration MD5SUM for 3.6.3 was updated but it was trying to re-run the previously executed changesets which …

  8. How can I force Liquibase to recalculate checksums without re-running ...

    May 13, 2015 · We're using Liquibase 3.2 with Java 6. Is there a way I can force Liquibase to recalculate checksums without re-running the same statements from our Liquibase files? In our database, I run …

  9. How to log all generated SQL by Liquibase?

    Jan 19, 2024 · Hi everyone, I’m using liquibase-core 4.25.1, Spring Boot in some outdated version 4 and Log4j2 included by Spring Boot. Some of my Liquibase migrations fail with possibly SQL syntax …

  10. java - How to solve liquibase checksum validation fail after liquibase ...

    How to solve liquibase checksum validation fail after liquibase upgrade Asked 9 years, 11 months ago Modified 5 years, 4 months ago Viewed 57k times