Skip to content

Deleting Data from MHN

Jason Trost edited this page Jul 27, 2016 · 3 revisions

Run the following from your MHN server. This should clear out the attacks page and the dashboard.

BEWARE: THE DATA IS NOT RECOVERABLE AFTER THIS. USE WITH CAUTION

mongo mnemosyne
> db.session.remove({})
> db.metadata.remove({})
> db.counts.remove({})
> db.file.remove({})
> db.hpfeed.remove({})
> db.dork.remove({})
> db.url.remove({})
> db.daily_stats.remove({})