liquibase Questions

8

I have this annoying error when starting Embedded Tomcat on my jHipster Project. Spent a lot of time trying to resolve it but can't figure out why it's happening. It started happening after updatin...
Ribonuclease asked 18/4, 2015 at 0:2

5

I have created a table with name person and added a column 'phone_number' using liquibase changeset. But now I want to add a default value for it. but it did not work, so far I have tried this: ...
Griswold asked 13/4, 2016 at 3:59

2

Solved

I am pretty new to ES. I have been trying to search for a db migration tool for long and I could not find one. I am wondering if anyone could help to point me to the right direction. I would be us...
Anachronistic asked 1/6, 2014 at 7:33

8

Solved

I am getting the following liquibase error when I run my Spring Boot application: Specifying files by absolute path was removed in Liquibase 4.0. Please use a relative path or add '/' to the classp...
Longs asked 21/8, 2021 at 16:28

3

Solved

I have been trying for quite some time to figure out a solution for my problem, to no avail. Anyway, i have a bunch of integration tests (in a nonstandard directory testRegression parallel to the s...
Lockard asked 22/7, 2020 at 14:13

3

I am trying to define a changeSet to insert two rows in a table using liquibase. In order to do this, I wrote the following changeSet: - changeSet: id: 1.0/7 author: stivlo changes: -insert: ...
Winwaloe asked 2/5, 2015 at 19:35

5

Solved

I'm trying to use liquibase for generating the changeLog, starting by snapshoting the current state of my database. Environment details: OS: Windows 7 32 x86, Java JDK 1.7, mysql jdbc driver fr...
Purine asked 16/9, 2012 at 19:7

7

I am having a problem integrating liquibase with springboot. I have added the liquibase dependency in the pom file like below: <dependencies> <dependency> <groupId>org.sprin...
Homerhomere asked 14/3, 2020 at 13:9

6

Solved

I have standalone application. It’s on java, spring-boot, postgres and it has liquibase. I need to deploy my app and liquibase should create all tables, etc. But it should do it into custom schem...
Luxe asked 26/9, 2018 at 12:13

3

When I try to generate SQL data from a DB2 database, I am getting Java Heap space issue. There are around 25 tables with approx 1000 records. I use the below scripts in generating the changeset d...
Groundage asked 6/9, 2013 at 18:48

2

Solved

I'm trying to invoke the update command of liquibase like follows: liquibase update --changelog-file=./persistence/src/main/resources/changelog/db.changelog-dev.xml \ --url="jdbc:postgresql:/...
Hausmann asked 17/11, 2022 at 8:27

4

I try very lot options to run in room changeSet/sqlFile which contains pl/sql block and simlple sql statement. E.g.: BEGIN aud.someProcedure('parameter'); END; / insert into test_table(_id, value...
Thegn asked 19/8, 2015 at 15:21

4

Solved

Background: we have a Grails 1.3.7 app and are using Liquibase to manage our database migrations. I am trying to add a new column to an existing table which is not empty. My changeset looks like ...
Succulent asked 18/1, 2012 at 2:12

3

I'm using Liquibase with Maven in a project - v4.2.0. My changelogs are on the file system, rather than in the JAR or classpath of the project. I'm using the following to establish my object: liqui...
Marvin asked 31/1, 2021 at 23:10

6

I'm using Dropwizard (1.0.0) and Liquibase to create a database if it's not existing. Problem here is that I'm using a different Postgres schema (not public). It seems like Liquibase is not able ...
Impatience asked 5/4, 2016 at 7:2

4

How do I make an insert for PostgreSQL using Liquibase if my ids are sequential. I try with the following: <changeSet author="rparente" id="service-1.1-2019-01-09-01"> <insert tableName=...
Ane asked 10/1, 2019 at 15:12

10

I want to have Liquibase configured with my Spring Boot application, so I added dependencies to pom.xml and set the path to master.xml in application.properties. This works fine and Spring Boot run...
Vicinity asked 8/6, 2016 at 16:33

6

Solved

I'm currently building a project for my internship, and I'm stuck since two days trying to use Liquibase in java. Everything seems right : the changelog file is found, correct URI, username and pas...
Strontia asked 4/8, 2015 at 16:21

3

The Problem I recently upgraded Liquibase to 3.6.2 from 3.4.2. Loading seed data from a CSV into text fields now results in a CLOB resource error. Before it would simply insert the text as a valu...
Citrine asked 22/7, 2018 at 22:27

10

Liquibase error: unterminated dollar-quoted string at or near "$BODY$` Chaneg log xml has one entry: see below include file="/home/dev/....../admin_script.sql" content of the file: ...
Baptistry asked 1/3, 2016 at 22:23

7

I have a side project where I'm using Spring Boot, Liquibase and Postgres. I have the following sequence of tests: test1(); test2(); test3(); test4(); In those four tests, I'm creating the same en...
Gens asked 13/7, 2020 at 6:30

4

Currently i am using liquibase -> 4.3.2 and mysql -> 8.0.22 for my spring boot project. I am trying to create table through liquibase. It gets excuted first time . It creates 2 database by de...
Consistency asked 24/3, 2021 at 19:0

4

Solved

Project configuration: data base - MySQL 5.7 orm - Hibernate 4.3.11.Final / JPA 1.3.1.RELEASE Liquibase 3.4.2 My problem dont exist when i run script from workBeanch only from Liquibase. <c...
Tulley asked 11/1, 2016 at 0:13

2

When I do- <modifyDataType tableName="EMCostUnit" columnName="GUID" newDataType="VARCHAR(50)"/> In liquibase, it always resets the nullable constraints. I...
Brainchild asked 8/3, 2016 at 10:27

3

Solved

I have configured the maven pluggin for liquibase as specified in maven configuration. Now created a changeset like :- <changeSet id="changeRollback" author="nvoxland"> <createTable tabl...
Ancon asked 21/6, 2012 at 5:26

© 2022 - 2025 — McMap. All rights reserved.