Mongodb mongorestore停止收集

Mongodb mongorestore停止收集,mongodb,mongorestore,Mongodb,Mongorestore,我通过运行以下命令从转储恢复mongodb数据库 mongorestore --db=my_db --dir /home/ubuntu/restore/$DUMP/my_db/ --drop --stopOnError --verbose 它运行并显示以下行 found collection ..... dropping collection ..... 到此为止。无法解决问题。这是使用mongorestore的正确方法 mongorestore --host hostname --port

我通过运行以下命令从转储恢复mongodb数据库

mongorestore --db=my_db --dir /home/ubuntu/restore/$DUMP/my_db/ --drop --stopOnError --verbose
它运行并显示以下行

found collection .....
dropping collection .....

到此为止。无法解决问题。

这是使用mongorestore的正确方法

mongorestore --host hostname --port <port number> --db <database_name> -u <username> -p<password> <path_of_backuped_file>
mongorestore——主机名——端口——db-u-p

这是使用mongorestore的正确方法

mongorestore --host hostname --port <port number> --db <database_name> -u <username> -p<password> <path_of_backuped_file>
mongorestore——主机名——端口——db-u-p

您使用的是哪个版本的mongoDB?您使用的是哪个版本的mongoDB?