my mongodb is back after i removed all my database files.
sudo rm -rf /var/lib/mongodb/*
sudo systemctl restart mongod
is there anyway to do this without removing the full data?
my mongodb is back after i removed all my database files.
sudo rm -rf /var/lib/mongodb/*
sudo systemctl restart mongod
is there anyway to do this without removing the full data?