About 16,900 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 …

  2. You have an error in your SQL syntax; check the manual that

    May 12, 2022 · Have been fighting with this for a a little , still cannot figure out what is wrong The below is sql -- liquibase formatted sql -- changeset XXXX:YYYY-0.2.0 -- after insert -- end …

  3. 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 …

  4. 3 Ways to Run Liquibase

    Oct 27, 2021 · Originally published at: 3 Ways to Run Liquibase | Liquibase There are a few different ways to run Liquibase. Each application and project team has different needs so the …

  5. Best Practices for Using Diffs - Liquibase

    Oct 27, 2021 · Originally published at: Best Practices for using Liquibase Diffs | Liquibase Blog Database diffs are a great tool to have in your toolbox. They can provide a super-easy way to …

  6. How can I force Liquibase to recalculate checksums without re …

    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 …

  7. syntax for modify Column Data Type - Liquibase

    Jun 27, 2011 · how can i modify column data type in liquibase i am using postgres SQL

  8. how to create a schema for defaultSchemaName - Liquibase

    Apr 11, 2020 · When starting liquibase, we don’t know what initial startup we need to do because we can’t check the table in the schema to know what we have already done… Good to see …

  9. liquibase.exception.LockException: Could not acquire change log …

    Sep 16, 2022 · liquibase.exception.LockException: Could not acquire change log lock. By running the following command: select * from DATABASECHANGELOGLOCK; You should be able to …

  10. Unterminated dollar quote started - General Discussion - Liquibase

    Aug 24, 2020 · Hello, i am testing liquibase for the 1st time (i often use flyway, but i just wanted to test liquibase). First script: myfile.sql --liquibase formatted sql --changeset bob:1 CREATE OR …