liquibase-mongodb
liquibase-mongodb copied to clipboard
MongoDB extension for Liquibase
Due to the fact MongoDB is a NoSQL DB, it's kind of unclear if all the regular Liquibase features are supported, and hence, if it would be better to use...
I’m trying to add liquibase to my project. I need to create a collection along with index and shard keys creation: db.runCommand({customAction: “CreateCollection”, collection: “name”, offerThroughput: 400, shardKey: “partition_key”, indexes:...
Liquibase has mentioned that uniqueness of a changeset will be considered on the basis of author and id, but while restructuring my changesets (keeping the author and id same), they...
**Environment** Linux, Windows XML change type/changelog **Overview** It appears that the following changeset will fail with the latest 4.3.4 extension ``` { clientId: 1, type: 1} {unique: true, name: "ui_tppClientId"}...
Build is passing although there is a stack trace in the build when IT tests are run for createIndex. Stack trace taken from this build https://travis-ci.com/github/liquibase/liquibase-mongodb/builds/225436460 Starting at Line 3390...
Environment Liquibase 4.3.4 Liquibase-mongoDB extension 4.3.4 Linux/Windows JSON format changelog with insertOne/insertMany change types. When testing the following changelog [https://github.com/liquibase/liquibase-mongodb/blob/main/src/test/resources/liquibase/ext/json/generic-1-insert-people.json](https://github.com/liquibase/liquibase-mongodb/blob/main/src/test/resources/liquibase/ext/json/generic-1-insert-people.json) It appears that the **insertOne change type** passed successfully with...
From Liquibase Forum: https://forum.liquibase.org/t/liquibase-maven-plugin-with-mongo-db-updatesql/5214/7 https://forum.liquibase.org/t/doesnt-liquibase-updatesql-goal-work-with-mongo/5251 There is no plans yet to enable this feature. Will adjust README do be more explicit on supported features. This issue will remain in backlog...
org.liquibase:liquibase-maven-plugin:4.1.1:dropAll [INFO] Adjusting database history Collection with name: test_db.DATABASECHANGELOG [INFO] Adjusted database history Collection with name: test_db.DATABASECHANGELOG [INFO] Dropping Collection Database Change Log: DATABASECHANGELOG [WARNING] Cannot Drop Collection Database Change...
https://forum.liquibase.org/t/liquibase-with-mongodb-x-509-certificates-to-auth/5172 Liquibase with mongodb x.509 certificates to auth padmaja Hi , I am using liquibase with mongodb which has string format (username and password).And I would like to use my...
┆Issue is synchronized with this [Jira Bug](https://datical.atlassian.net/browse/LB-1015) by [Unito](https://www.unito.io/learn-more)