Re : Does liquibase support data migration from one database to another
Hey, good catch on the -Dliquibase.diffTypes=data stuff. I edited my comment above to make sure Google doesn't save it forever. Ha!I don't think you're doing anything wrong, but I do think it's a...
View ArticleRe : Does liquibase support data migration from one database to another
Sure thank you, will have a look at the syntax to be on the safer side but i dont think there would be any issues as if schemas are created properly then data should be inserted. Also, I am trying to...
View ArticleRe : Does liquibase support data migration from one database to another
Absolutely confirmed. The new SAP provided HANA extension will work with Liquibase 4.0. Our very own, Nathan Voxland, Benevolent Dictator for Life and Liquibase Founder, is on that.He'd already gotten...
View ArticleRe : Does liquibase support data migration from one database to another
Thank you for the confirmation. Any idea on when that will be released?
View ArticleRe : Does liquibase support data migration from one database to another
No date chosen, but it's weeks away. That sound good?
View ArticleRe : Does liquibase support data migration from one database to another
That sounds good. Thank you!!
View ArticleRe : Liquibase not starting up
This has finally been resolved.Big thanks to Steve from Liquibase support (above) for jumping on a call to help debug this.Seems the main culprits were an outdated Liquibase.jar and an improperly set...
View ArticleRe : Prevent new ChangeSet before already applied ones
Hi,Liquibase runs the changeset in the order you make in the changelog, from the documentation it says: As Liquibase executes the databaseChangeLog, it reads the changeSets in order and, for each one,...
View Article403 Forbidden on schema dbchangelog-3.4.xsd from CircleCI.com
We're getting a 403 Forbidden error on the following URL from CircleCI.comServer returned HTTP response code: 403 for URL: http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsdBut If I try to...
View ArticleRe : 403 Forbidden on schema dbchangelog-3.4.xsd from CircleCI.com
Hi!We are getting the same 403 Forbidden response, if we run liquibase from gradle.After analyzing the http requests, we found out, that with User-Agent: Java/1.8.0_252 we get the 403 Forbidden...
View ArticleRe : 403 Forbidden on schema dbchangelog-3.4.xsd from CircleCI.com
For a quick workaround we set the Jvm parameter http.agent=curl/7.55.1 and it temporarily resolved the issue.
View ArticleRe : 403 Forbidden on schema dbchangelog-3.4.xsd from CircleCI.com
I fixed it by using local XSD files and referencing them instead of depending on the liquibase.org website.Thanks
View ArticleLiquibase S3 extension
Hi,I developed a simple extension that allows uploading the SQL files from Amazon S3. https://github.com/miron4dev/liquibase-s3I would be glad to get any feedback.Thanks,Evgeny.
View ArticleHow to get the delta of changeLogs in Liquibase
My requirement is to make liquibase generate only the updated changeSets from the DB compared to the previous chnageSets.Let's say I have two tables t1 and t2 in my postgresql , so in my changeLog two...
View Article