I am regular mongo user. But now i'm facing a problem with mongoimport
command. It shows following error whenever i try to import database (dumped via mongodump
)
connected to: 127.0.0.1
error: boost::filesystem::file_size: Operation not permitted: "mydb/"
when i tried running
mongoimport mydb/
Anyone familiar with this or what causes this?