Re : 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 ArticleExporting data
It's not clear to me from the documentation, but I thought that if I did a generateChangeLog, I'd get the data from the database too. However, my exportData directory is stubbornly empty. I also can't...
View ArticleHow do I use --logLevel?
It doesn't seem to matter what I set it to, I don't get anything that looks like additional information?liquibase...
View ArticleLooking for feedback: Liquibase 3.7.0 Alpha 1
Some of the more troublesome parts of the 3.6 code is how classes and files are found and how logging is managed. I've been working on an overhaul of both those parts as part of 3.7.0 and could use...
View ArticleChangelog Parameters in liquibase 3.6.1
Hi, I am trying to use one changeset to apply the same changes to 2 different schemas. I am trying to use command line changelog parameters in a sqlFile changeset .sql file to allow referencing to...
View ArticleRe : Looking for feedback: Liquibase 3.7.0 Alpha 1
If you are following along, the changes are now in master at https://circleci.com/gh/liquibase/liquibase
View Article