MongoDBMigrationsRZ 1.1.0
MongoDbMigrations uses the official MongoDB C# Driver to migrate your documents in your mongo database via useful fluent API.
Supports up and down migrations with cancelation and progress handling. Also, this library is able to check a schema of collections in your database during the migration run.
This version supports on-premise Mongo database either Azure CosmosDB (with Mongo-like API) or even AWS DocumentDB. In addition you can use TLS and/or SHH tunnels in your migrations.
PS1 script for integration with CI/CD pipelines provides inside of the repository
No packages depend on MongoDBMigrationsRZ.
.NET 8.0
- Buildalyzer.Workspaces (>= 7.0.1)
- MongoDB.Bson (>= 2.25.0)
- MongoDB.Driver (>= 2.25.0)
- System.Drawing.Common (>= 8.0.6)
- System.Security.Cryptography.Xml (>= 8.0.1)