Liquibase 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 is NOT fully supporting for SAP HANA DB
As we are trying to use the existing oracle liquibase-changes.xml for SAP HANA DB, the following features are NOT supported in the Liquibase core 3.5.5 version.1. ALTER (modify or adding column)...
View ArticleFuture of Liquibase as open source project
In broad terms, is the development on the main liquibase github repository being de-prioritized in favor of the Datical repository?I ask this because as of today the liquibase repo...
View ArticleRe : Future of Liquibase as open source project
Hi, sorry for the apparent lack of progress on Liquibase but I want to assure you it’s not due to a Datical vs. Liquibase priority problem and Liquibase as a project is definitely not abandoned. Most...
View ArticleRe : Future of Liquibase as open source project
Hi Nathan,I develop using Grails and a plugin made to migrate database have issues tagged as Awaiting Third Party and addressed to Liquibase Hibernate.There are many issues in Liquibase Hibernate (62...
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 ArticleRe : Future of Liquibase as open source project
Hi, I wanted to apologize for not hitting my goal of the 15th for a 3.6 patch release, but am still planning on having one in the next few days. I'll also comment on the hibernate thread as well,...
View ArticleLiquibase for SQL Server 2008R2, DATABASECHANGLOGLOCK table creation 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 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 ArticleRe : Deployment_id in 3.5.3
The deployment ID is used to support a new rollback type 'rollback last update'. All the changesets that are applied to a database in a single update operation are given the same deployment id. Prior...
View ArticleLiquibase run on Server Procedure Functions triggers
Hello,I have some question about Liquibase . I explain a little bit about how we use Liquibase Liquibase-maven-plugin version 3.6.2 Dbchangelog-3.4.xsd Dbms=”db2,mssql,oracle,mysql,postgresql” Our...
View ArticleDataTypes changing and constraints disparission after generating...
I am using SQL Server 2014 and liquibase 3.4.2. I used liquibase to generate the changelog XML format. After generating my changelog, some datatypes have changed in a weird way, for example...
View ArticleIs "NOT FOR REPLICATION" constraint supported in Liquibase ?
Hi again,Our production database includes the constraint "NOT FOR REPLICATION" with all tables ID.When generating the database changelog with the command generateChangeLog this constraint disappears.I...
View ArticleRe : Is "NOT FOR REPLICATION" constraint supported in Liquibase ?
Many database-specific features are not supported by the generateChangeLog and diffChangelog commands. I don't have definitive proof that this is not supported, but I do know that there are many...
View ArticleCreate tablespace in oracle
How to create a tablespace in oracle using the existing path in Linux.Tried to create as below but received error as mentioned below.Let me know how to use the parameter property to create a...
View Article