Right now, my Liquibase scripts are integrated in my product (a Spring boot application). I would like to know if there is an easy way to postpone the Liquibase
We were using older Liquibase that we now wanted to update to 4.9.1 due to vulnerabilities in older versions. However, now at least one of our old migrations fa
I am new to liquibase, and want to check if this is the ideal tool to handle this. Please suggest others outside of liquibase too, if appropriate. Usecase: We h
I have a database user with access to 2 schemas, oldDb and newDb and I want to select everything from oldDb.users table and insert them into newDb.users using L
Initially I was getting this exception while starting my service An attempt was made to call a method that does not exist. The attempt was made from the followi
I am using spring with liquibase to update my database. Since know I have not need to user rollback functonality, but the times come where I would like to make
I'm trying to configure a springboot gradle project with Intellij and run different liquibase gradle commands. I am able to run the application successfully as
I want to make some view but with condition in my fourth column. CONDITION: If epr.j_id is not null then fill lj.id BUT WHEN epr.j_id is null then fill 'NONE'
I need to alter a table to modify the order of the indexes created from the composite key for the below mentioned changeset. <changeSet author="demo (generat
Imagine I have a USER MySql table with the rows id, name, email, address in the 'main' Git branch. I create a new feature branch and decide the 'address' column
When I execute: ./mvnw liquibase:diff I am getting errors: Driver class was not specified and ClassNotFoundException: org.h2.mvstore.MVMap$2: [ERROR] Failed to
I have a SpringBoot application in which i use Liquibase to generate oracle schema and tables. When i run the application, it runs fine. But when i try to run t
I want my application to use r2dbc drive when running and jdbc to handle the database with Liquibase. I have this as a reference. It is possible by adding the c
I am using docker here to build Liquibase and trying to execute Liquibase commands on fly. Here is the Dockerfile:- FROM liquibase/liquibase RUN lpm add mysql -
Is it possible to prevent changesets without a label from being deployed? We want to deploy our changesets based on feature/ticket using liquibase labels. Howev
I'm working on a project with multiple user data mapped to a user by one-to-one relationships in the entities. I'm in the process of adding another entity which
Posting here in case it helps someone. TLDR: ${database.defaultSchemaName} within sqlCheck to access default schema name I wanted my database changeset to firs
There is a requirement in my project which requires more than one database change log table. Multiple microservices are connecting with one Db instance having l
I am currently using Liquibase to create the database schema. It's a spring boot application that uses hibernate ORM. Liquibase is changing the database schema
I'm trying to execute command liquibase generate-changelog --changelog-file=baseline.postgresql.sql --diffTypes=functions on free version of liquibase (paramete