Answers for "purge uninstall all mongo db"

0

uninstall mongo db

sudo yum erase $(rpm -qa | grep mongodb-enterprise)
Posted by: Guest on August-10-2021
0

mongo remove all dbs

mongo --quiet --eval 'db.getMongo().getDBNames().forEach(function(i){db.getSiblingDB(i).dropDatabase()})'
Posted by: Guest on September-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language