MongoDB Backup

https://github.com/NyiNyiSoePaing/shell_script/blob/main/mongo_backup.sharrow-up-right

or download with curl

curl -O -L  https://raw.githubusercontent.com/NyiNyiSoePaing/shell_script/main/mongo_backup.sh

Restore Mongo dump file

mongorestore  --drop  --username admin --password password --db testdb --drop testdb/

Last updated