"C:\Program Files\MongoDB\Server\4.0\bin\mongodump" --host 10.xxx.111.xx --port 54xxx --db users --collection authentication --out mongodump-users## db and collection must be exist
"C:\Program Files\MongoDB\Server\4.0\bin\mongorestore" --host localhost --port 27017 mongodump-users\"C:\Program Files\MongoDB\Server\4.0\bin\mongo" --host localhost --port 27017 authentication --eval "db.users.remove({})"