Skip to content

Resetting the mongo database

Eric Yen edited this page Aug 18, 2018 · 1 revision

Start the mongo client.

mongo

Then switch to the correct db

use DriveFS

then drop the tables

db.GDriveData.drop();
db.settings.drop();
Clone this wiki locally