I use Meteor with WireTiger 3.2.12
I've made dump using monogdump When I'm trying to restore it, on some documents I recieved this:
error: write to oplog failed: BadValue: object to insert exceeds cappedMaxSize
This collection is not 'Capped' (I tested it with db.my_collection_name.stats()["capped"])
How it's possible to import such documents?
Thanks in advance