Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Meteor 1.3] MongoError: cannot remove from a capped collection #15

Open
garguelles opened this issue Jul 9, 2016 · 4 comments
Open

Comments

@garguelles
Copy link

garguelles commented Jul 9, 2016

MongoError: cannot remove from a capped collection: meteor.__kdtimeevents

@ghost
Copy link

ghost commented Jul 10, 2016

Is this a collection that comes with the Meteor core?
You can fix this error by adding the collection to the excluded collections. See: https://github.com/xolvio/cleaner#13-1

@garguelles
Copy link
Author

@sanjo That works, Thanks!

@averrips
Copy link

averrips commented Sep 1, 2016

It comes from Kadira: kadirahq/meteor-debug@b525ae8

resetDatabase({excludedCollections: ['__kdtraces', '__kdtimeevents']});

Since it's a widely used package, skipping capped collections would probably be a good idea?

@0o-de-lally
Copy link

+1 should skipping capped should probably be the default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants