Re : Could not initialize class...
OK so I debugged my maven test and found that the static method in LockDatabaseChangeLogGenerator was throwing the error. I am getting this error: java.net.UnknownHostException: DEAN:DEAN. When I check...
View ArticleRe : Could not initialize class...
Looks like some sort of networking issue. Somewhere in your config you are asking for a connection to DEAN:DEAN, but that is not resolving. If that is your own machine, you might try changing the name...
View ArticleRe : generateChangeLog don't identify different schemas, just "dbo" (MSSQL 2008)
Liquibase is designed to manage a single schema at a time, so you would probably need to generate changelogs for each of the schemas separately. According to my quick search results, the best way to do...
View Articleproperty tag does not seem to be respecting the context attribute
Has anyone else encountered the issue where the <property> tags in the change log files are not using the context attribute? In a situation like the below, the value *always* gets set to "DEV"...
View ArticleAuto-Increment Precondition
Some of my databases have an auto-increment on the id column of my log table, while others don't. As I need this auto-increment on all of my databases, I created a changeSet like this:...
View ArticleRe : cannot sign up on liquibase.jira.com
Thanks, I've found the setting in the user admin section so you should be able to log in now. Sorry for the inconvenience. Nathan
View ArticleRe : Liquibase 3.3 with Vertica DB : "DATABASECHANGELOG" already exists
Hi mohamed ,sorry for the late response, I wrote the Vertica extension for liquibase and i'm currently working to upgrade it for version 7.1 and liquibase 3.2.2 (it was written for version 6.1.2 of...
View ArticleRe : Liquibase 3.3 with Vertica DB : "DATABASECHANGELOG" already exists
Hi Jony, Thanks for your response. I have 2 xml files. At first level it has only an include file. At the second level it contains the real action to do. See the attached files. hope it helps you. I'm...
View ArticleRe : Liquibase 3.3 with Vertica DB : "DATABASECHANGELOG" already exists
Hi Mohamed, I've created an initial update for the extension to work with vertica 7.1 on liquibase 3.2.2 (latest stable release) also note it's better to use XMLs as changes since it can better...
View ArticleStrange things with Java 8
Today I ran the "usual" things I did hundreds of times, and I had a strange "bug". I'm not sure whether it's a bug in liquibase or in Java 8, but this is what happened: `liquibase update` against a...
View ArticleRe : Liquibase 3.3 with Vertica DB : "DATABASECHANGELOG" already exists
Hi Jony, Thank you, your upgrade works perfectly. Thanks also for your advice regarding using xml instead sql. Currently we have chosen to use liquibase with sql file because it is a simpler method to...
View ArticleChecksum error after upgrading from 3.20 to 3.2.2
We upgraded liquibase-core from 3.2.0 to 3.2.2 and get the following error: Caused by: liquibase.exception.ValidationFailedException: Validation Failed: 18 change sets check sum …....
View ArticleRe : Incorrect default charset for formatted sql files via maven plugin
Nathan, it would be awsome if this could be done through liquibase. Thank you so much.
View Articleset character set and collate for full unicode support
MySQL doesn't support full UTF-8 encoding by default. This article explains how to change character set and collate in tables so this can be accomplished. It would be very nice if it could be done...
View ArticleDocumentation bug for dropTable
Hello, the documentation for dropTable states that the attribute "cascadeConstraints" is supported for all DBMS. At least for SQL Server this is not true Consider the following changeLog: <?xml...
View Articlegeneratechangelog on oracle sets user to upper case
I am attempting to generate a change log from my existing database using the generatechangelog command, However the resulting changelog is blank. running the command with the debug logging turned on I...
View ArticleUsing Liquibase on Teradata 14.
I am able to use liquibase on SQL Server without problems. However, if I try it on Teradata 14 I get the error below. I downloaded the jdbc from Teradata and downloaded the latest liquibase teradata...
View ArticleAllow multi-schema database installations without need for elevated (DBA) rights
You have done a huge amount of good work with Liquibase. So far, I miss only one feature. Background (terms and examples are Oracle centric): Most of "logical databases" (that I have been dealing...
View ArticleRe : Using Liquibase on Teradata 14.
Do you have a liquibase.properties file that may be affecting the result? Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/
View Article