Replies: 1 comment 3 replies
-
do you mean your production database version? because the one defined in the snippet from the package.json indicates a mongodb version of
the latest mongodb-memory-server basically supports all mongodb versions above TL;DR: use the latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My existing mongodb version 5.0 has been upgraded to 6.0.14. Subsequently, I upgraded the compatible Mongoose version to 6.5.0 from existing- 5.13.14. All the changes done in package.json.
Can you please let me know if there is any equivalent compatible mongodb-memory-server version which need to be updated.
The existing version in package.json is as below-
Issue: After the mongoose update, my unit-test job is failing in the pipeline. The log says that-
Beta Was this translation helpful? Give feedback.
All reactions