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
According to this article, all the system collections has something following them, and doesn't start with "system". So perhaps this is a more stable solution?
/\.system\.|\$/
Edit
Exactly like it is in the current master. I think this issue is closed?
Mongoid3 Cleaner can not remove a collection that contains the "system" in name.
collection name e.g.
user_systems
,system_settings
Cause
Moped::Truncation.collections
I think. To fix this, change the RegExp.
e.g.
/^system\./
The text was updated successfully, but these errors were encountered: