Re : loadData + CSV + computedValue
Hi,That's great! I'd like to use it also.I just don't see how could you use / test your change. I don't see any code populating valueComputed from the changeLog file. Do I miss something?Your pull...
View ArticleRe : loadData + CSV + computedValue
My change is about loadData change, so the example would be something like thiscreate table<changeSet id="my_table" author="me"> <createTable tableName="my_table"> <column...
View ArticleJSON column type for PostgreSQL, Oracle, MSSqlServer and H2
Hi all,I'm a Liquibase beginner and I'm not finding the way to specify a JSON type in Liquibase documentation (https://www.liquibase.org/documentation/column.html)For PostgreSQL I found this simple...
View ArticleStack map does not match the one at exception handler 602 Error
HiWe have deployed Liquibase in Devloppement and Rct environment with succes But in Production environment we have following error messageSpringBoot failed to start and Tomcat 8.5.46 stop !Where is...
View Article3.8.5-local-SNAPSHOT instead of 3.8.5 from...
Hi Liquibase,3.8.5-local-SNAPSHOT instead of 3.8.5 from https://github.com/liquibase/liquibase/releases/tag/v3.8.53.8.5 base.pom.xml:...
View ArticleManually updated sql, how to sync databasechangelog table (md5)....
Hi all,Currently there have been some manual update work done to directly to the database. And after deploying the application, the databasechangelock has gone locked, and sql-xml-scripts are more like...
View ArticleLiquibase Not Assigning Right Default Values to primary key columns in SQL...
0I have generated a generateChangelog on a current database, I have attempted to create a new database from that changelog using update/updateSQL(tried both). I've come across some strange behaviour as...
View ArticleRe : Liquibase Not Assigning Right Default Values to primary key columns in...
Could you include the changelog that was created, the command you used, and details on the database platform?Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View ArticleRe : Manually updated sql, how to sync databasechangelog table (md5)....
A lot of questions in here - I'll try to answer as best I can.The first issue with the databasechangeloglock - this sometimes happens when an update operation is interrupted. There are two ways to...
View ArticleRe : 3.8.5-local-SNAPSHOT instead of 3.8.5 from...
I'm not 100% clear what you are asking here. I think you want to build locally, but have that build not be marked as a local build. If that is what you want, you will need to override the settings in...
View Articleloadupdatedata behavior for mysql
I have changeset to loading a csv to the database. I am using loadUpdateData tag so that any changes to the csv are handled automatically without having to write a new changeset. In the loadUpdateData,...
View ArticleUnexpected error running Liquibase: java.lang.RuntimeException:...
Hello.I been unable to use liqubase, it throws this java.lang.NullPointerException error when used, it is a big DB with 836 tables so that maybe has something to do with it.END) AS referencing_name...
View Articleliquibase 3.8.5 needs a pro license key
Hello,I just update from liquibase 3.6.3 to 3.8.5 and now starts complaining about a missing "Liquibase Pro license"Failed to execute goal org.liquibase:liquibase-maven-plugin:3.8.5:status...
View ArticleRe : liquibase 3.8.5 needs a pro license key
That is not a setup that we tested, and that is not something that we want to have happen. I will create a tracking ticket for this and we will get this fixed as soon as possible. Steve DoniePrincipal...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
I'll take a look - what version of liquibase are you using? What database? It appears you are running the generateChangelog command - is that correct?Steve DoniePrincipal Software EngineerLiquibase...
View ArticleRe : Unexpected error running Liquibase: java.lang.RuntimeException:...
Looking at the stack trace, I see "REFERENCED_NAME like 'public.%' " so I am guessing the database is PostgreSQL. Steve DoniePrincipal Software EngineerLiquibase Community EngagementDatical, Inc....
View Articlescript 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 Article