reactioncommerce / migrator

Command line interface for migrating MongoDB databases
Apache License 2.0
4 stars 5 forks source link

fix: lock mongodb version at 3.6.2 due to 3.6.3 issues #16

Closed kieckhafer closed 3 years ago

kieckhafer commented 3 years ago

This PR locks mongodb at versions 3.6.2 for now, as mongodb v3.6.3 is causing issues with our api-migrations package.

I've left comments in a couple mongodb JIRA tickets related to these issues, as others have seen them as well:

https://jira.mongodb.org/projects/NODE-2878 https://jira.mongodb.org/browse/NODE-2966

Once those issues are resolved we can unlock for future updates.

rc-publisher commented 3 years ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: