I have a collection that is alimented automatically to simulate user input. I used to have 32000+ documents in it, now only 2000. My collection was dropped some time yesterday and I don't know what happened.
Luckily, there is a timestamp on every document, so I can see exactly when it happened. (The oldest document in only a day old, there are new ones every 2 minutes.) How can I see what happened ?
It was likely done by a script, so it doesn't appear in .dbshell
, which is capped to 99 lines anyway. Is there a history of anything done to the base, not just manually ?
Is there a way to know what caused this ?
Extra info: I'm the only one with access to the base for now, and I have only one script that can drop my tables, I haven't touched it in ages.