seppevs / migrate-mongo

A database migration tool for MongoDB in Node
MIT License
902 stars 160 forks source link

v7 support #441

Open rhugie opened 8 months ago

rhugie commented 8 months ago

I want to upgrade to mongodb v7 but migrate-mongo doesn't work now, I get an error BSONVersionError: Unsupported BSON version, bson types must be from bson 6.0 or later

Looking in package-lock.json I see it pulls in BSON 4.6.2 which I assume is the issue I'm having. Would be great to support 7 ASAP because the geniuses at MongoDB don't have a downgrade path from 7 to 6

sylvia-ivy commented 7 months ago

@seppevs Is there a time estimate for this being updated? My team and I have run into the same blocker.

Thanks!