Re : Errors during
What version of liquibase are you using? Has this worked before? If so, what has changed since it worked? When you run the command, what log level are you using? If you are using anything less than...
View ArticleWeird behaviour using liquibase:diff
Hi all, would appreciate some help regarding this issue. Upon running mvn liquibase:diff, I'm seeing weird behaviour where uniqueConstraints are being dropped then added again<changeSet...
View ArticleRe : Errors during
Liquibase version is 3.4.2 . Yes it has worked beforeNo changes done recently. we run the deployments through a tool -bamboo , not sure if it uses the DEBUG options.
View ArticleLiquibase trying to deploy file which is removed
We had deployed a change in 2 environments But later needed to change something removed the changelog files so that it won't get deployed in all the environmentsStill it had checked-in 3rd...
View ArticleRe : Liquibase trying to deploy file which is removed
There the file DATA-5832.xml was removed but still it is looking into the sameChange Set Sequences/17x/0001_DATA-5832.xml::1::KantamnenS failed. Error: ORA-00933:
View ArticleRe : Liquibase trying to deploy file which is removed
Tried to build it again and received the below error for the changelog table Create Database Change Log TableINFO 2/27/19 9:39 AM: liquibase: Creating database history table with name:...
View ArticleRe : Wierd things with checksums
I have noticed that the forums don't generate a lot of traffic and answers. You might have better luck posting this on StackOverflow. That said, the most likely thing is that the file paths are...
View ArticleRe : Errors during
I've got some clues, but nothing definitive. Here is what I did.First, I went to github and found the 3.4.2 release tag. I then downloaded a zip file of the source code from that release and unzipped...
View ArticleReplacing a table with a table from a different application
I have a Java application that initializes a database with the following schema...
View ArticleRe : Errors during
The build was successful for one of the change and again it got failed for the next change with the below errorWARNING 2/28/19 1:09 PM: liquibase: included file...
View ArticleRe : Replacing a table with a table from a different application
Ouch. Yeah, it was a bit painful to read that first 'lessons learned' comment. Yes, changelogs should be very granular, with many changesets. We generally recommend that there is only one actual change...
View ArticleRe : Errors during
Something strange is happening and file paths are being created in a strange way. The included file path seems to have two parts to it - the first is...
View ArticleCan we add "create or replace job, or create or replace scheduler .. " in...
Hello ALL,My oracle has some procedures, which do some works regularly.Now we use liquibase to update the database.I added "create or replace procedure .. " in changeset, they work well, I can see the...
View ArticleRe : Replacing a table with a table from a different application
As for the lessons learned... I can't do anything about the old schema, but at least I can do something about the new schema:...
View ArticleRe : Wierd things with checksums
it's not the file paths as i wrote in my question:"We looked into the DATABASECHANGELOG and saw that the paths for the file didn't match, so we resynced everything with running the changelogSync...
View ArticlegenerateChangeLog generates XML header only
Hi all.Liquibase (3.6.3) newbie with Informix (12.10.FC9DE on a Mac) here.Liquibase seems to connect fine but only generates the XML "header" part of the change log:mac02822:lb-trial wwheeler$...
View ArticleRe : generateChangeLog generates XML header only
Solved my own problem, kind of: https://liquibase.jira.com/browse/CORE-3323 gave me the clue.I added --defaultSchemaName informix (as, in this case, all my objects were created by this user.)However,...
View ArticleRENAME
I'm not sure how much of this applies to other databases (I suspect a lot!) but Informix has the ability to rename quite a few database objects, including columns, constraints, databases, indexes and...
View Article