Liquibase 3.2.2, DB : Vertica 7.1 : defaultSchemaName not used to create tables
Hello, I have an issue when using parameter defaultSchemaName. Except Liquibase tables, Tables are created in default schema of username and not in .defaultSchemaName. Here are the logs : DEBUG 1/20/15...
View ArticleLock a changelog to a single schema?
Is there a way to limit a changelog to run in a single schema? I see that there's "defaultSchemaName" to set a default, but is there also a way to restrict a changelog?
View ArticleincludeObjects throws exception in command line
I am using liquibase 3.3.2 and trying out the includeObjects. This is the command line (adapted to hide username/password details) cmd /c liquibase --driver=com.mysql.jdbc.Driver...
View ArticlecreateProcedure and runOnChange
I'm having difficulty reconciling the advice in the createProcedure documentation . Often times it is best to use the CREATE OR REPLACE syntax along with setting runOnChange=’true’ on the enclosing...
View ArticleHow to prevent running dropAll in the wrong database
What's the best way to prevent running dropAll in the wrong database. Is there any precondition that could prevent running dropAll based on some condition (maybe a table name)? <preConditions>...
View ArticlegenerateChangeLog Failure failure for unknown reason
Hi all So I'm looking at liquibase to help with some DB migration issues I'm seeing. My app uses 5 schemas. I started running generate schema one at a time to list out the changesets. Everything...
View ArticleRe : generateChangeLog Failure failure for unknown reason
Ok, small but not a lot more detail update. I upgraded to 3.3.1 and am at least able to get this output: Unexpected error running Liquibase: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0...
View ArticleRe : generateChangeLog Failure failure for unknown reason
That is about as full of a stack trace as you are likely to get. Including the command line option --logLevel=debug (if you haven't already) will add more detail. I went and looked at the source for...
View ArticleRe : generateChangeLog Failure failure for unknown reason
Hi, Actually no, no matter how much logging I add it doesn't say what table is affected. With some code hacking I was able to identify which FK is having the issue. However, I'm having much larger...
View ArticlegenerateChangeLog for multiple schemas in MySQL
Hi, I have an app, not too old, that runs on MySQL with 5 schemas. I was looking to leverage liquibase going forward to manage schema changes, and following the guides it indicated I should first...
View ArticleWhy does create table disregard the specified order of columns?
Hi, I'm just getting started with Liquibase and have noticed that the create statement generated is not respecting the column order of the create table statement. Instead it creates the columns in...
View Articleand database-independent way of using next sequence number?
Hi, Using Liquibase 3.3.2. I'm trying to write a db-independent way of specifying that the PK's for my data are to be the next value from a given sequence. I've read and see how to make it specific...
View ArticleDropwizard migrations Liquibase new changeset not migrating
I've added new changeset to migrations.xml but when I run db migration config-file it doesn't apply new changeset but just with below output: INFO [2015-02-10 12:59:34,193] liquibase: Successfully...
View ArticleRe : Dropwizard migrations Liquibase new changeset not migrating
Replied on Stackoverflow: http://stackoverflow.com/questions/28432337/dropwizard-migrations-liquibase-new-changeset-not-migrating Steve DoniePrincipal Software EngineerDatical, Inc....
View ArticleLiquibase taking too long to execute changeset
Hi Liquibase Version:3.2.0 Database Version: Oracle 12c Java Version: 1.7 Jenkins Version: 1.544 Maven Version: 3.1.1 We are facing severe performance issue with liquibase particularly on DDL...
View ArticleRe : Liquibase taking too long to execute changeset
How many rows and columns are in the current COMMUNICATION table? What else is going on when you try to run this update? Are there indexes/constraints/etc. on the table? My guess is that the problem is...
View ArticleRe : Liquibase taking too long to execute changeset
Hi Steve Thanks for your reply. 1. The table is empty. 2. There are no indexes added at that point. 3. Primary key and foriegn key constraints are present. If we debug and see there are lots of checks...
View ArticleRe : Table and column remarks => dbDoc
I know this is a three-year-old topic, but I'd like to see this feature too. The DBDoc output is great, but it would be so much better if it included the remarks. There's an open-source product called...
View ArticleRe : Liquibase 3.2.2, DB : Vertica 7.1 : defaultSchemaName not used to create...
Hi, Sorry for the late response - i missed your post. I think this is due to the parameter not updating the search_path so that all new tables will use the default parameter. I'll try to patch up the...
View ArticleInformix generateChangeLog issue
I am using Liquibase version 3.3.2 to create a changelog for my existing Informix DB using the generateChangeLog command. The changelog.xml (483 Kb) is created successfully but contains no changesets!...
View Article