databasechangelog schema ignored, mvn plugin 3.5.3+, postgres
Hey,I've upgraded from liquibase 3.5.3 to 3.6.2 and db updates though liquibase-maven-plugin stopped working. It seems that schema for databasechangelog is ignored and it tries to look for it in...
View ArticleRe : Redshift support
I know this is a really old thread, but is liquibase-redshift still under development? It seems like it stalled in 2015. I'm using the 1.0 release and it's still failing on TAG being a reserved word in...
View ArticleFlyway To Liquidbase Scripts Migration
Dear All,We are planning to Migrate Flyway Scripts to Liquidbase for our DB2 database. We wanted to check, few things based on your experience:1. If there is any automation tool that takes care of...
View ArticleRe : Flyway To Liquibase Scripts Migration
Hi, welcome to liquibase!1. I don't know of any tools to automatically migrate your existing scripts. The best way to re-use them will probably depend a lot of what your scripts look like, whether they...
View ArticleRe : Flyway To Liquibase Scripts Migration
Thanks Nathan for your detail answer. Please find below some of my comments:1. For #1 - As our orgnization's objective is to migrate flyway SQL scripts to Liquibase ChangeSet, the primary input for...
View ArticlesetColumnRemarks is not supported on mysql
Hello Everyone,I am using Liquibase 3.6.2 and Mysql. While applying the changeset to DB validation for liquibase failed with the below error:Unexpected error running Liquibase: Validation Failed: 1...
View ArticledefaultValueComputed not working correctly with Postgres
The following change:<addColumn tableName="foo"> <column name="expired" type="timestamp" defaultValueComputed="current_timestamp + '60 days'::interval"/></addColumn>is translated...
View ArticleUse enddelimeter on changesets
Is there a way to use enddelimeter not only in SQL tags but also in changeset tags? I have generated a SQL file with many DML statements and this can cause some problems in Oracle so I want to add a...
View ArticleID and databasechangelog - LB does not check if the order changes
So the original XML had only the id created by John Smith and LB executed it successfully. We then found an issue and then recreated the XML and this time we added a new ID of mary doe before the...
View ArticleRe : ID and databasechangelog - LB does not check if the order changes
The full 'unique identifier' of a changeset is the changeset author, id, and file. In your example you have two different authors, so Liquibase considers them as two different changesets, and will try...
View ArticleAccessing context path inside changelog file.
Hi,I have a requirement in my project where I want to read files into table CLOB data. The database is oracle 12g. We are using liquibase to maintain the data. The project is in springboot. Liquibase...
View ArticleEscape ' in sql file
Hello,I use <sqlFile encoding="utf8" path="${sql.files.path}/TRANSLATION_VALUE_SHORT_DE.sql" relativeToChangelogFile="true" splitStatements="true"...
View ArticleTimeout for long running dml
Hello,I am planning to start using liquibase and one of the important use case is to run long running dml (probably upto 2 millions inserts sometimes) . will liquibase timeout in the middle executing...
View ArticleRollback whe yaml format is used
I cannot understand rollback process when I am using yaml format of settings.Xml example:<?xml version="1.0" encoding="utf-8" ?><databaseChangeLog...
View Articlemaven generateChangeLog several files
Hi i am usingmvn liquibase:generateChangeLogwith the examples from the site but it generates a single file for the entire BD.is there a way to separate the data something like this.├── constraints├──...
View ArticleRe : maven generateChangeLog several files
Not automatically, no. If you wanted to do it automatically, you would need to write some sort of post-processor. If you're only doing it once I would just manually organize things. Steve...
View ArticleLiquibase logfile leaves commandline empty
When I use the --logLevel parameter at the command-line liquibase prints the logging on the command-line. But when I additionally use the --logFile parameter then it prints them in a file without...
View ArticleRe : Liquibase logfile leaves commandline empty
The only way to do this is to use something like the slf4j plugin and set up a logging configuration that allows for log statements to go to multiple locations (console AND file)....
View ArticleIntroduction to Python Programming
Fortunately, an experienced programmer in any programming language (whatever it may be) can pick up Python very quickly. Indeed, it’s also easy for beginners to use and learn. So why are we being late?...
View Article