Quantcast
Channel: Liquibase Forums
Browsing all 1169 articles
Browse latest View live

Re : Liquibase spring bean "log" property

I am not sure about the log property. I don't see it on the SpringLiquibase class or the Liquibase class. I can give you a bit of info on how to get logging routing to Log4J. Liquibase 3.x has its own...

View Article


More database objects support

Hi, I've found that the enterprise solution (datical) does support almost all of the database objects (domains, enums, triggers, ...), but because it is enterprise solution, I'm affraid that prices...

View Article


Liquibase Dryrun

Hello Users/Developers, How do you do dry-run Liquibase to make sure that all the tags are valid before check-in your code to GIT? Thanks, Mahendra

View Article

Re : Liquibase Dryrun

Many developers will do a "dry run" by deploying to a local dev database. Most DB engines have a free developer version that can be used for this sort of testing. The other option is to use the option...

View Article

Re : changelog filename in database contains full OS path?

I know this is an old thread however, I am having the same issue using the Gradle plugin.  It seems to behave differently depending on if I run the script from the parent project or within the...

View Article


Re : changelog filename in database contains full OS path?

Seems like the best place to discuss would be with the gradle plugin developers. There are only 3 people that have contributed to it. The main person seems to be Steve Saliman....

View Article

select @i := 0; UPDATE MYTABLE SET ID = (select @i := @i - 1);

Is it possible to run the following on MySQL using liquibase: select @i := 0; UPDATE MYTABLE SET ID = (select @i := @i - 1); I can run it ok from the netbeans SQL editor and from MySQL workbench using...

View Article

Script running order doesn't follow name sorting

Hello! I'm using liquibase formatted sql, in master.xml i call a directory with include all. The running order of script doesnt follow alphabetical order. I have attached en example, in the attached...

View Article


Re : Script running order doesn't follow name sorting

10 does come before 1 when sorted in "ASCII-betical" order. It would be better to name your files like this: 0001-firstfile.sql 0002-secondfile.sql etc. Steve DoniePrincipal Software EngineerDatical,...

View Article


Re : Script running order doesn't follow name sorting

Thanks for fast responce! well i solved the problem in that way my self, that would definetly work. But technically when you come up to fifth digit then all files renamed with a leading zero which is...

View Article

Re : Script running order doesn't follow name sorting

As far as I know, there is no other way to set the sorting order. If you are concerned about eventually having more than 9,999 change files, start with a 5 digit number so you won't have to deal with...

View Article

Liquibase: can it automatically figure out that a rollback is needed instead...

Is there a way to make Liquibase figure out whether to run an "update" versus a "rollback"? When we deploy a set of code in an environment, we want the related DB changes (using Liquibase update) to be...

View Article

Re : Liquibase: can it automatically figure out that a rollback is needed...

I don't think you are missing anything. One thing you might take a look at is the liquibase status command. The documentation says it will give you a count of unrun changesets, or a list of unrun...

View Article


Re : Liquibase: can it automatically figure out that a rollback is needed...

Thanks Steve, this helps a lot!

View Article

Re : Liquibase: can it automatically figure out that a rollback is needed...

Thanks Steve, this helps a lot!

View Article


Java Version Requirements for Liquibase Version 3.4.2

We recently upgraded to Liquibase version 3.4.2 and are unable to run with Java version 1.6. The Liquibase website still says 3.x requires Java 1.6+: http://www.liquibase.org/download/ Is this accurate?

View Article

Re : Java Version Requirements for Liquibase Version 3.4.2

What happens with 1.6? Steve Donie Principal Software Engineer Datical, Inc. http://www.datical.com/

View Article


Re : Java Version Requirements for Liquibase Version 3.4.2

We receive this error message: com/microsoft/sqlserver/jdbc/SQLServerDriver : Unsupported major.minor version 52.0

View Article

Re : Java Version Requirements for Liquibase Version 3.4.2

It actually looks like it is your SqlServer JDBC driver that requires java 8.  Nathan

View Article

Best practices regarding testing liquibase changes in CI?

I am trying to find out what are the best ways to test liquibase changes in CI.  Here is some info on our CI environment: -All CI builds are running against 1 schema  (We would like to move 1 build per...

View Article
Browsing all 1169 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>