liquibase-mongodb
liquibase-mongodb copied to clipboard
MongoDB extension for Liquibase
Hi, I'm able to run this command from console, but didn't find a way to run it from Liquibase: > db.portfolio.updateMany( {}, { $rename: { "header.oldName": "header.newName" } } )
Hi Team, Not able to generate the change logs on on MongoDB existing database and also index creation not working on Json format. I am using liquibase 4.15 and mongodb...
I didn't find any way to rename a collection in MongoDB using Liquibase
The notes for release 4.1.1.2 of this connector talk about adding a new parameter for Azure Cosmos and Amazon DocumentDB. However, every attempt I’ve made to connect to DocumentDB has...
# 2 issues on relational database (h2 for the example) when liquibase-mongodb is in the classpath Hi, i have installed the liquibase-mongodb extension 4.12.0 to the liquibase (also 4.12.0) "lib"...
It appears that the extension is missing the ability to update a collection. How is everyone else on the planet solving the absence of updates while still using Liquibase for...
## Environment **Liquibase Version**: 4.15.0 **Liquibase Integration & Version**: CLI **Database Vendor & Version**: mariadb 10 ## Description createIndex doesn't do anything ## Steps To Reproduce Use: ``` CREATE INDEX...
We are trying to set up liquibase for our MongoDB schema migration management. We are facing the following issue when we run `liquibase update` Log output for `liquibase updateSQL --log-level...
I am working on liquibase for mongodb, and tried using YAML format as a changeset for my database. (This is because YAML is the preferred format used across other services...
This test fails (silently) when creating index by keys (createIndexNoOptionsTest): ``` { clientId: 1, type: 1} {unique: true, name: "ui_tppClientId"} { clientId: 1, type: 1} ``` ``` Command failed with...