seppevs / migrate-mongo

A database migration tool for MongoDB in Node
MIT License
926 stars 163 forks source link

Database Not Updating Correctly. #405

Closed bvpranu97 closed 1 year ago

bvpranu97 commented 2 years ago

I have multiple database queries to run. I have to fetch some data from db, for each data I have to do some computations and update the document fetched. I didn't write any migration-down script, just left blank. When I run the migrate up, the execution leaves many documents not updated. Again If I run migrate down and run migrate up again and again the documents gets updated.

The issue is that the script is not completely executing for long time it seems.

seppevs commented 1 year ago

Closing this, the description of this issue is too vague for me sorry.