Liquibase package compilation when spec and body in same file
wn votefavoriteI have a directory where the packages are kept in the below format ,both the package specification and body are kept in the same file ,the file name is abc.pkgcreate or replace package...
View Articlegenerating a changelog file where each createTable tag is missing the column...
*The following took place on a Windows 8.0 PC with MySQL Version 5.7.19 and liquibase 3.6.2 installed.I have a MySQL database that I created from a liquibase change log file that myself and another...
View ArticleRe : generating a changelog file where each createTable tag is missing the...
I found this StackOverflow post (https://stackoverflow.com/questions/31684664/liquibase-generatechangelog-missing-columns-statements-in-mariadb) and after reading it it occurred to me that the updates...
View ArticleLiquiBase changeset is being picked up, but not showing up in...
I created a new changeset to add a new column to an existing table as shown below. I also added the key-property to the hbm.xml file of the usergroup table. It does get picked up according to the logs,...
View ArticleHow to dump data as SQL from the liquibase Java API?
Platform: Java 8, liquibase, derby 10.11.1.1, liquibase 3.5.3Here's what I want to doWrite Java code that creates a derby database using a liquibase schema (already in place)Write Java code to parse...
View ArticleRe : How to dump data as SQL from the liquibase Java API?
So far I've done this (liquibase is a Liquibase object that already has been used to set up the schema) CatalogAndSchema catalogAndSchema = null; DiffToChangeLog changeLogWriter = null;...
View ArticleData dump
I am trying, programmatically in Java, to dump data to a changelog script. I can manage to dump the schema but cannot fathom how to just dump the data, resulting in the very same changelog script file...
View ArticleI am trying to use liquibase to add members to a role
I am trying to use liquibase to add members to a role, but the SQL is different from SQL Server 2008 to 2012.SQL Server 2008:exec sp_addrolemember db_datareader, MYUSER SQL Server 2012:ALTER ROLE...
View Articletmp files after "Run Migrator pulling changelogs from a .WAR file"
Hi all, I'm using Run Migrator pulling changelogs from a .WAR file java -jar liquibase.jar \ --driver=oracle.jdbc.OracleDriver \ --classpath=website.war \ --changeLogFile=com/example/db.changelog.xml \...
View ArticleWhy does runAll="true" validate checksum?
I have a changeset that applies some default data through SQL scripts. Those scripts can be run always as they handle old and new data alike. So we change the script to integrate new defaults. The...
View ArticleLong time of Reading ChangeSet operation
We have a big sized changesets in our liquibase patches(sql format).Changesets look like this and have about 30000 strings each:INSERT INTO Table1 (c1, c2, c3, Name, Active, Properties, Domain)...
View ArticleValueComputed creates a null value,it works without the valueComputed bug.
Trying to create a new row in the DB using a Clobfile.I'm using the Oracle database its valueComputed does not return a value but instead returns null. Using the combination of ValueComputed. I have...
View ArticleIssues with Hadoop upgrade from hadoop 1.1.2 to hadoop 2.9.0
I am trying to upgrade Hadoop from 1.1.2 to 2.9.0I had executed the command start-dfs.sh -upgrade on hadoop2.9.0 cluster.It shows that upgrade is in process and not yet finalized. I have been waiting...
View ArticleLiquibase not working when deploying
Liquibase is not getting triggered in server environment during deployment. But it is working fine in local environment. what might the reason for this. Can you please share which port no liquibase...
View ArticleIntroduction to MSBI
Microsoft Business Intelligence (MSBI) is an influential suite of Data Integration, Data Reporting, Information Analysis and Mining components enhanced with technology, stunning UI and simpler...
View ArticleLiquibase to revert back to a previous state
Hello,I am quite a newbie on Liquibase and despite my research I didn't find any relevant information regarding this subject:I am going to do a load testing on my web app.This load test will write a...
View ArticleArrayIndexOutOfBoundsException with Liquibase 3.6.2
I have below liquibase script for create table. This script is working fine in v3.5.5, but if I use v3.6.2 then its giving me "ArrayIndexOutOfBoundsException". It looks like liquibase is not bale to...
View ArticleRe : Liquibase to revert back to a previous state
Liquibase doesn't really deal with the data - so if you want to do something like this you would need to do something like use the database's native backup/restore commands, or else use something like...
View ArticleLiquibase on SQL SERVER 2008R2, create table Databasechangeloglock failed.
While running Liquibase on SQL SERVER 2008R2, create table databasechangeloglock failed with below error C:\Liquibase>liquibase update<br>Starting Liquibase at Wed, 16 Jan 2019 19:07:25 IST...
View Article