Top "Liquibase" questions

Liquibase is an open source, database-independent library for tracking, managing and applying database changes.

Liquibase lock - reasons?

I get this when running a lot of liquibase-scripts against a Oracle-server. SomeComputer is me. Waiting for changelog lock.... Waiting …

database oracle liquibase
List all liquibase sql types

I try to find documentation on the supported types that can be used in change log files. But cannot find …

java liquibase
Liquibase checksum validation error without any changes

Maven fires liquibase validation fail even no changes was made in changeset. My database is oracle. Situation: In DB changelog …

maven liquibase changeset
How can I force Liquibase to recalculate checksums without re-running the statements?

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 …

checksum liquibase
How to tag a changeset in liquibase to rollback

I have configured the maven pluggin for liquibase as specified in maven configuration. Now created a changeset like :- <…

database maven-plugin liquibase
How to work with liquibase, a concrete example

Following the quickstart on liquibase i've created a changeset (very dumb :) ) Code: <?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog …

database version-control change-management liquibase
liquibase <insert> : Insert current date

I am trying to insert data using liquibase insert tag. It works fine when I am inputing a number to …

liquibase
Liquibase: How to set the default value of a date column to be "now" in UTC format?

How do you set the default value of a date column to be "now" in UTC format? I think the …

sql liquibase
Liquibase: How to Set Foreign Key(s) Constraint in Column Tag?

How can I configure foreign keys through column tag attributes foreignKeyName and references? The only example I've found demonstrates how …

java gradle liquibase
Update one row in the table, using liquibase

I was hoping if someone could verify if this is the correct syntax and correct way of populating the DB …

sql database liquibase