mongo-migration-stream icon indicating copy to clipboard operation
mongo-migration-stream copied to clipboard

Tool for online migrations of MongoDB databases.

Results 31 mongo-migration-stream issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-lang3&package-manager=gradle&previous-version=3.12.0&new-version=3.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.1.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.1.0 Request for Android users If you know of Guava Android users who have not yet upgraded to...

dependencies
java

Bumps `mongodb` from 4.8.2 to 5.0.0. Updates `org.mongodb:mongodb-driver-sync` from 4.8.2 to 5.0.0 Release notes Sourced from org.mongodb:mongodb-driver-sync's releases. Java Driver 4.11.1 (Nov 7, 2023) What's Changed Backport a fix of...

dependencies
java

Bumps [io.micrometer:micrometer-registry-jmx](https://github.com/micrometer-metrics/micrometer) from 1.9.3 to 1.12.5. Release notes Sourced from io.micrometer:micrometer-registry-jmx's releases. 1.12.5 :star: New Features Deprecate DefaultUriMapper and PoolingHttpClientConnectionManagerMetricsBinder in httpcomponents #4862 Use same description for same meter name...

dependencies
java

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.5.6. Commits 7812a55 prepare release 1.5.6 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional 3d55638 start work on 1.5.6-SNAPSHOT a91d2b6 notes about javadocs...

dependencies
java

Bumps org.slf4j:log4j-over-slf4j from 1.7.36 to 2.0.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:log4j-over-slf4j&package-manager=gradle&previous-version=1.7.36&new-version=2.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Bumps org.jlleitschuh.gradle.ktlint from 10.3.0 to 12.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jlleitschuh.gradle.ktlint&package-manager=gradle&previous-version=10.3.0&new-version=12.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

**Describe the bug** I'm trying to transfer a single collection to get started with the tool. Dump & restore of the data did work so far, however, when it comes...

bug

**Is your feature request related to a problem? Please describe.** Currently to use `mongo-migration-stream` user needs to install [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/#installation), and JRE. **Describe the solution you'd like** Create a...

enhancement