script not executed but added to databasechangelog table
Recently I encountered a case where some liquibase scripts were not executed on a mssql database.In the databasechangelog table of the database the scripts are marked as executed, however the changes...
View ArticleRe : Manually updated sql, how to sync databasechangelog table (md5)....
Sorry for the delay. It would be nice not to be in place, where there has not been any manual updates to database and changes to changeset. But that is where I'm currently. I've checked the logs and...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
Postgres 9.6, liquibase 3.8.5; running this command on local database/liquibase --driver=org.postgresql.Driver --classpath=./postgresql-9.4.1211.jre6.jar...
View ArticleRe : Liquibase failing while attempting to drop non-existent TMP_% tables...
I don't have all the details, but it appears this can happen when using a database user with insufficient permissions. I talked with someone who said that using a root level database user fixed this...
View ArticleRe : Steps contributing the documentation
Thank you so much for your willingness to contribute! I very much appreciate the effort.Steps 3-6 are not currently being handled by CI, it is something that we are doing manually on an as-needed...
View ArticleRe : Manually updated sql, how to sync databasechangelog table (md5)....
When you get into a situation where the checksums don't match, it is possible to alter the changeset in the changelog and add a nested validCheckSum element once you have verified that the changeset in...
View ArticleRe : Steps contributing the documentation
I see that you have submitted PR #964 - https://github.com/liquibase/liquibase/pull/964/That is a big one, and it appears to alter behavior as well as documentation, so it might take me a while to get...
View ArticleRe : liquibase 3.8.5 needs a pro license key
We are still working on how best to have public issue tracking available, but for now I have entered this into Datical's bug tracking system as DAT-4029Steve DoniePrincipal Software EngineerLiquibase...
View ArticlePormoting DDL changes from one to another Database
Team, I have made changes(adding a new table, and altering a column) in dev database. Now how to push these changes to prod environment. generateChangeLog will always generate full DDL. I want promote...
View ArticleHow to use Snowflake extension
Hello All,I am very new to liquibase , i am setting up to deploy snowflake changes (without maven or ant ) . i am wondering how to use snowflake extension jar file...
View ArticleRe : How to use Snowflake extension
I spent some time today working through some attempts to use the snowflake extension. There appear to be some significant issues with the plugin. The only way I was able to get it to work was to use...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
We have done testing of this command on PostgresSQL, so in general it should work. I am guessing that there is something specific about your database schema that is causing this issue. The code in...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
When started in log:DEBUG mode it would be nice if liquibase could give me at least a clue of where things went wrong, the column name, or at least the table name.
View ArticleRe : How to use Snowflake extension
Thanks Steve for looking into this, Is there any feature request from datical we can follow up on progress?
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
Agreed. Do you have the ability to build and use a locally-built version of Liquibase? If so, I can help you add some debugging statements. Otherwise, I would need to have access to your database....
View ArticleRe : How to use Snowflake extension
I have created https://liquibase.jira.com/browse/CORE-3574 to track this. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc. http://www.datical.com/
View ArticleRe : How to use Snowflake extension
Hey, murali! Are you a Snowflake employee or customer? Thanks!
View ArticleLiquibase diff fail
When i run liquibase diff, i get this error : [ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.8.5:diff (default-cli) on project master-hipster-2: Error setting up or running...
View ArticleRe : How to use Snowflake extension
Hi Robert,I am snowflake customer , learning snowflake :)Regards,Murali
View Article