Failed: no intent for collection in archive

你说的曾经没有我的故事 提交于 2019-12-13 16:23:04

问题


Since i dropped my MongoDB database i get this error

]1

Failed: no intent for collection in archive:

回答1:


Apparently it's a limitation of mongodump and mongorestore that they won't work if there is a forward-slash in the collection name, because it is a path separator character at the OS level: https://jira.mongodb.org/browse/TOOLS-1163



来源:https://stackoverflow.com/questions/34796469/failed-no-intent-for-collection-in-archive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!