Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not support mongoDB 6^ version, stuck because of this package #55

Open
amitksh3 opened this issue Sep 28, 2023 · 0 comments
Open

Comments

@amitksh3
Copy link

Hi,
This package is not supporting latest mongoDB version 6^, We are using this package for migration, now we are upgrading our application mongodb version to 6^, this package is creating problem , we are stuck because this package not supporting latest mongodb driver version 6^.

below code needs to be corrected

db = config.db || new MongoClient(new Server(host, port)); in index.js file, because new Server() is not supported in latest mongodb driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant