Re : precondition is not working for schema
Hi Senthil!Could you show me the output? I don't what you mean by:clearChecksum is not working. Thanks!Ronak
View ArticleRe : Liquibase and Docker
thank you for responding. so if my directory is C:\Users\MyName\Documents\LiquiBaseDockerwhat would the format be? I am on a windows machine.Thank you very much.Barry
View ArticleRe : Liquibase and Docker
Great question!Windows is a bit of a pain with directory permissions. I think this post spells it out pretty well: https://rominirani.com/docker-on-windows-mounting-host-directories-d96f3f056a2cLet me...
View Articlehow to create a schema for defaultSchemaName
Hi Team,As of now, I am creating database schema through some script in oracle.But I want to create db schema through liquibase. I used below changeset and I can able to create it.<changeSet...
View ArticleRe : precondition is not working for schema
I am getting below exception sometimes, I am not sure about the scenario exactly when I am getting this errorCaused by: liquibase.exception.ValidationFailedException: Validation Failed: 4 change sets...
View ArticleRe : Liquibase and Docker
Hi,Thanks for checking in. I got the generateChangeLog to work. Now I am trying to get SQL files to run from the SQL directory. its not working however.docker run -v...
View ArticleRe : Liquibase and Docker
Roger.Liquibase is running inside the Docker container, which is a Linux instance.So, Liquibase looks at the changelog.xml and sees it needs to run some SQL in a directory. Then, it looks for the SQL...
View ArticleRe : Liquibase and Docker
Because I am mounting my windows directory for the changelog file. I assume it finds it. I change the include all path to "../SQL" i figured it would know to look in that directory as it exists in...
View ArticleRe : Liquibase and Docker
I think that's a good move: putting the SQL in the same directory as the changelog.xml.If you run into more issues, please include the docker command you run, the changelog.xml, and the output. That...
View ArticleRe : Liquibase and Docker
I really appreciate all you patience and help. new issue now. i am getting the below messageChangeLog<?xml version="1.1" encoding="UTF-8" standalone="no"?><databaseChangeLog...
View ArticleRe : precondition is not working for schema
Hi Senthil,The checksum error may sometimes happen if you are using differ versions (at least that's the way it works with Datical, which is built of liquibase).You are correct that clearchecksum is a...
View ArticleRe : how to create a schema for defaultSchemaName
Hi Senthil,Liquibase automation is based on layering changes over schemas that already exist, and the link you sent with Nathan's reply is still spot on correct info:... it is sort of a chicken and egg...
View ArticleRe : loadupdatedata behavior for mysql
Hi Vinay,What version of Oracle, MySQL and Liquibase are you using? Console output would be helpful to diagnose as well.Thanks,Ronak
View ArticleRe : Liquibase and Docker
No problem! That's what we do!The good news is that you've solved your Docker issues. Great job! Now it looks like Liquibase doesn't like the checksum's generated by Liquibase when compared to the...
View ArticleRe : liquibase 3.8.5 needs a pro license key
Hi,Is this fixed in the last version?Thanks.
View ArticleRe : Liquibase and Docker
Hi Barry,My colleague Steve had the following to say (he will jump on the issue in a sec):My suggestion would be to ask Barry if there is a chance that he modified the sql files in the...
View Articleliquibase.database.sequence package no longer available in 3.5.3
The package liquibase.database.sequence is no longer seen in the version 3.5.3. It was available in 2.0.5. Is there any documentation created for the migration from 2.0.5 to 3.5.3 version. It would be...
View ArticleRe : liquibase.database.sequence package no longer available in 3.5.3
Hi Shubhamagarwal,Could you show a little more about what issue you are having or what error you are seeing? I am not sure what issue you are having. Current version is 3.8.9, so I would compare...
View ArticleRe : Liquibase and Docker
Hi Barry,Following up with Ronak's message, please make sure not to modify and deploy SQL scripts that were already deployed in the same database.Please let us know if this is true or not so we can...
View Article