Tips
Restore a local MongoDB dump
With the following command it is possible to restore a local MongoDB dump:
mongorestore --db mydb -u myuser -p pwpwpw123 --authenticationDatabase mydb dump/integrated/
With the following command it is possible to restore a local MongoDB dump:
mongorestore --db mydb -u myuser -p pwpwpw123 --authenticationDatabase mydb dump/integrated/