Tyler-PetrovT
Convex Community9mo ago
3 replies
Tyler-Petrov

I'm trying to migrate a database from

I'm trying to migrate a database from MongoDB to Convex, and I'm having some issues. Is there any way to use my MongoDB Object Ids as the ids for Convex? I tried exporting all the collections from Mongo, parsing them for Convex using a python script, then importing them into Convex. I'm getting an invalid _id '66f6f684f63d8eba16ffbed8' error. I'm assuming using Object Ids from Mongo isn't possible in Convex, but I thought I'd check before I try to find a work around
Was this page helpful?