Re : Run Migrator pulling changelogs from a .JAR file (Spring boot)
Hi Steve, Now It works with : java -jar liquibase.jar --driver=com.mysql.jdbc.Driver --classpath=myapplication.jar: mysqldriver.jar --changeLogFile=/liquibase/current-changelog.xml...
View ArticleRe : Not able to generate rollback scripts by tag in offline mode
In simple words I want to generate a rollback sql script for a particular tag using maven plugin. I am trying with above approach and it doesn't work for me. Plz let me know any alternatives.
View ArticleRe : Not able to generate rollback scripts by tag in offline mode
The simple words are the problem here. Too simple. The only way anyone can help you is if you explain the problem in more detail. Right now, I don't even understand your objective. What should the...
View ArticleChange set checksum and parameter substitution
Hello, I have a create table change set <changeSet id="1" author="bob"> <createTable tableName="department" tablespace="${department.tablespace}"> <column...
View ArticleRe : Change set checksum and parameter substitution
http://forum.liquibase.org/topic/custom-parameter-values-corrupt-computed-changeset-checksum https://liquibase.jira.com/browse/CORE-1835
View ArticleRelease 3.4.3?
Is there any chance of a 3.4.3 in the near future? I have a need for the fix to Postgresql Offline mode that was applied in January.Thanks,Christopher
View Articlecan I have precondition on my rollback tag
Is there anyway to have preconditions for my rollback tag. I have this scenario:Changeset renames table from users to users_to_deleteA different changeset with a different context (CLEANUP) will be...
View ArticleRe : Release 3.4.3?
There is always a chance :)I'm currently working on a 3.5.0 release along with a larger 4.0 refactoring, but I'll look at what has been done so far with 3.4.3 and how much longer 3.5 ends up taking.Nathan
View Articleliquibase and java Serializable
I am working on a web application that allows me to give my DBA a way to review and apply liquibase changes. The web framework that i'm using, wicket, makes extensive use of java serialization.I see...
View ArticleMissing Indentation on data load
I have a requirement to load groovy expressions to oracle database using liquibase. I am able to do this with loadData tag as given below. But I have a issue with groovy script indentation. After data...
View ArticleNotification when liquidbase executes insert
Hi there,I just started using liquidbase with elasticsearch in a product. For base data like country data hard coded in xml change files, liquidbase connects to database and puts them in place using...
View ArticleRe : Missing Indentation on data load
As far as I know, groovy is not white space sensitive. What kind of white space is used for the indentation? If you are using tabs, it might work better with spaces. What is the nature of the...
View ArticleRe : Notification when liquidbase executes insert
Just FYI, it is Liquibase without the d in the middle - makes for better searchability if everyone uses the correct name,I am not familiar with elasticsearch, but it seems to me that if it is dependent...
View ArticleRe : Notification when liquidbase executes insert
Thanks for your response.Indeed the big problem is how to sync the database with elasticsearch. Considering that data is small and liquibase may or may not do the insert based on database state, in any...
View ArticleRe : Notification when liquidbase executes insert
You may be one of the first people to ask for that feature. That's how open source (and indeed, just about any software) works - if no one needs a feature, it doesn't get written. The cool thing about...
View ArticleLiquibase examples in opensource
Hi, I wounder if there are some interesting opensource projects on github that use Liquibase? Most preferably with some comlicated DBs: multi-schems, triggers, views, stored procedures, etc. Regards,
View ArticleUnexpected error running Liquibase: Must declare the scalar variable...
When running a sql script that is successful in ssms, I am receiving the following error when trying to run the sql file via liquibase, any ideas?Unexpected error running Liquibase: Must declare the...
View ArticleCreate travis build
Can liquibase have a travis build? Current master @ a33ec2c6 is failing, and it would be nice to have a build status to track if the issue is local or general.
View ArticleRe : Create travis build
There is a build server at https://liquibase.jira.com/builds/allPlans.action that I use. I'll take a look at the failing tests.Nathan
View ArticleFirebird remarks
I can not add comments on tables or fields using Firebird database.Firebird: 2.5jdbc: Jaybird-full-2.2.8liquibase: 3.4.2OS: WindowsPostgreSQL 9.x it works...Example:<?xml version="1.0"...
View Article