mysql tagDatabase operation problem
Good morning,I wrote on the past on the subject but with unfortunately with no answer. I'm currently testing your product with mysql and I have a problem the tagging process ( I did not test it but...
View ArticleRe : changeset with multiple context
I would prefer not to convert them. Our developers are used to sql files and we don't need db-vendor independence or something like this, so the annotated sql files are a good way for us.As the simple...
View ArticleRollback not working using rollback tag
My Changelog xml:<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleAdd rollback tags to liquibase diff
Hi All,Is there anyway to generate rollback tags to a diffChangelog xml file?Basically I want to keep a QA Db "insync" with a Dev db.I want to 1.) Generate the diffs between a machine used for Dev and...
View ArticleRe : Add rollback tags to liquibase diff
Yes, you are correct - either you or (ideally) the person who initially created the change would need to write the rollback steps for anything that can't be automatically rolled back. Steve...
View Articleprecondition problem mysql
Hi I am having a problem with this changeset<changeSet author="author" id="1"> <preConditions onFail="MARK_RAN"> <dbms type="PostgreSQL"/> </preConditions>...
View ArticleIs switching SQL Server databases during a liquibase changeset and the...
Hi,I was using the 3.1.1 Maven Liquibase Plugin (I've since upgraded to 3.2.0 and still have the same problem) with SQL Server, and ran into an issue where the liquibase lock was not released due to a...
View ArticleHow to tag a database with liquibase 3.2.0 ?
Hi,i am doing my first steps with liquibase and oracle. Changing the database is fine, but I am not able to tag the database.First I tried the command line, but the tag command returned an...
View ArticleRe : Is switching SQL Server databases during a liquibase changeset and the...
It seems to me that you should just change the sql so that there is a "use database_a" in the sql. As to whether Liquibase should keep track of the locks that it acquires and then verify that the lock...
View ArticleRe : How to tag a database with liquibase 3.2.0 ?
This is the intended behavior. When you roll back and use a tag, Liquibase rolls back everything that changed after the tag. It does not remove the tag itself. The intent is that you would mark a set...
View ArticleRe : Is switching SQL Server databases during a liquibase changeset and the...
Thanks Steve,The actual fix for me was that I had to remove the "use" statement altogether. It was a schoolboy cut and paste error that it was in there in the first place. However, I'm not sure I agree...
View ArticleGenerateChangeLog + Oracle column order for tables (v3.1.1)
I'm noticing that the generated changelog does not appear to be absolutely faithful in column ordering for tables on an Oracle DB. I don't fully know my way around the code yet, but this...
View ArticleUpgrading from 2.0.5 to 3.2.0
I'm a bit behind the upgrade curve, but I thought I would see if 3.2.0 would be any faster than 2.0.5 is for me.I run Liquibase from Gradle. I currently use H2 for dev, and Postgres for prod.I changed...
View ArticleRe : Upgrading from 2.0.5 to 3.2.0
I'm not sure what the problem is, but I would try diagnosing it further by replacing all the 0 values with different values (1, 2, 3, etc.), so you could see which column is the problem. So something...
View ArticleRe : Upgrading from 2.0.5 to 3.2.0
That was an excellent idea, and it only makes the result more interesting:Unexpected error running Liquibase: Error executing SQL INSERT INTO USERS (userid, companyid, useremail, firstname,...
View ArticleRe : Upgrading from 2.0.5 to 3.2.0
In you are using Gradle, I think you can specify --logLevel=debug on the command line. You can also set logLevel=debug in your liquibase.properties file.Steve DoniePrincipal Software EngineerDatical,...
View ArticleRe : Upgrading from 2.0.5 to 3.2.0
Added the logLevel=debug worked perfectly. I managed to get a stack trace. Now it gets even stranger. It reads to me like the exception is happening in H2, not in LiquiBase. The problem I have with...
View ArticleRe : Upgrading from 2.0.5 to 3.2.0
That is very strange - all I can think of is to debug through it and see where that 0.0 comes from. Steve DoniePrincipal Software EngineerDatical, Inc. http://www.datical.com/
View Articlehttps://forum.liquibase.org wrong SSL certificate
Trying to login to forum.liquibase.org I get the following error:While I can manually "proceed anyway", it seems the SSL configuration need to be fixed.
View ArticleUpgrade 3.1.1 to 3.2.0 throws liquibase.exception.ValidationFailedException:...
I have an issue upgrading from 3.1.1 to 3.2.0 due to mismatched checksum, although the changeset file is unchanged:liquibase.exception.ValidationFailedException: Validation Failed: 1 change sets...
View Article