You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current mongodb is too old. Migrate to Mongo 7.X and Mongoose 8.X is proposed.
As done with other components. Start using target versions for mongodb and mongoose to adapt / test the code accordingly to address breaking changes. Then work on the migration process
MongoDB migration (as stated in mongo docs must be done following this incremental steps):
Current mongodb is too old. Migrate to Mongo 7.X and Mongoose 8.X is proposed.
As done with other components. Start using target versions for mongodb and mongoose to adapt / test the code accordingly to address breaking changes. Then work on the migration process
MongoDB migration (as stated in mongo docs must be done following this incremental steps):
Note that during the upgrade process there some manual steps to enable new mongo features.
Mongoose migration process:
The text was updated successfully, but these errors were encountered: