我无法将脚本导入到Mongo Atlas。我意识到有很多这样的问题,但是大多数最新的问题只会使我感到困惑,而到目前为止我所测试的内容还是行不通的。
mongoimport --host XXXXXXXXXX.mongodb.net:27017 --ssl
-u user -p 'password' --authenticationDatabase admin --db newdatabase --collection information.build --drop --file 'C:/Program Files/MongoDB/Server/4.0/bin/dump/database/information.build.metadata.json'
基本上,我有本地的MongoDb。我可以在mongo图集上访问我的集群,但是我不能使用mongoimport导入我做过的mongodump。
至于错误,我得到这个:
2019-03-08T09:14:53.968+0200 error validating settings: incompatible options: --file and positional argument(s)
我是这个方面的初学者,因此,很高兴在此问题上为您提供帮助。这可能是重复的,但是我没有任何人使用正确的语法可以100%地工作。
我将此视频用作参考:https://www.youtube.com/watch?v=tpz-6Trd1UI-2:00分钟提供了语法。