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
I think the FAQ about migration on the doc a bit over complicated. In the end I added this
if statement in my code. $UNLOCK_MIGRATE is set to false and I can simply change
its value without messing up with "meteor mongo"
if process.env.UNLOCK_MIGRATE
Migrations._collection.update({_id: "control"}, {$set: {locked: false}})
hope this helps
The text was updated successfully, but these errors were encountered:
I think the FAQ about migration on the doc a bit over complicated. In the end I added this
if statement in my code. $UNLOCK_MIGRATE is set to false and I can simply change
its value without messing up with "meteor mongo"
hope this helps
The text was updated successfully, but these errors were encountered: