liquibase-mongodb icon indicating copy to clipboard operation
liquibase-mongodb copied to clipboard

MongoDB extension for Liquibase

Results 45 liquibase-mongodb issues
Sort by recently updated
recently updated
newest added

Bumps [liquibase/build-logic](https://github.com/liquibase/build-logic) from 0.7.6 to 0.7.7. Release notes Sourced from liquibase/build-logic's releases. v0.7.7 What's Changed Codeql issue fixes by @​sayaliM0412 in liquibase/build-logic#207 Full Changelog: https://github.com/liquibase/build-logic/compare/v0.7.6...v0.7.7 Commits 7e1b749 change all occurrences...

sdou

Bumps [org.liquibase:liquibase-parent-pom](https://github.com/liquibase/liquibase-parent-pom) from 0.3.6 to 0.3.7. Release notes Sourced from org.liquibase:liquibase-parent-pom's releases. Liquibase Parent POM v0.3.7 Changes (#158) DAT-10403: upgrade groovy to 4.0 @​StevenMassaro 🤖 Security Driver and Other Updates...

sdou

Hey, how can I replace all occurences of a string in a field? I tried using $replaceAll and $regexReplace and few other commands but the value in the end is...

A show stopper has been found when running Liquibase on Azure using Cosmos DB API for MongoDB. The extension works properly local dev environment but when we run on Azure...

After running liquibase with option `liquibase.mongodb.supportsValidator=false` (too avoid issue #235 ) on Azure - Cosmos DB API for MongoDB, we received this error : ``` ... Caused by: liquibase.exception.DatabaseException: Could...

Here my configs: Cosmos DB on Azure with mongo 4.2 driver Quarkus Java 11 Dependencies: ``` org.liquibase liquibase-core 4.9.0 org.liquibase.ext liquibase-mongodb 4.9.0 ``` 2022-04-13 16:38:43,777 INFO [liq.ext] (Quarkus Main Thread)...

Hello, When i try running liquibase update, i get this error `Caused by: liquibase.exception.DatabaseException: Could not open connection to database: mongodb+srv://host.mongodb.net/workflowdb?authMechanism=MONGODB-AWS at liquibase.ext.mongodb.database.MongoConnection.open(MongoConnection.java:121) at liquibase.database.ConnectionServiceFactory.create(ConnectionServiceFactory.java:32) ... 25 more Caused by:...

Demo project: https://github.com/jmayday/liquibase-demo **Liquibase version: 4.15.0 #4001 built at 2022-08-05 16:17+0000** I'm adding Liquibase integration to project and I would like to prepare a change set creating indexes **if they...