-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
.. it's possible to get documents of the type:
{ _id : collName, lastmod : new Date(...), dropped : true }...which are rejected by our parser as invalid before the upgrade can happen. We should modify the parser or the upgrade process to handle this case gracefully (by ignoring the collection).
Workaround is to manually remove the dropped collection entry.