Closed cbleek closed 9 years ago
On master branch with mongo 2.6 the upload is working.
But I had to remove the index "login_1" after switching to master
set1:PRIMARY> db.users.dropIndex("login_1"); { "nIndexesWas" : 2, "ok" : 1 }
reverted the commits that caused this problem.
When uploading files the following exeption occourse. Maybe because of our upgrade to mongo 2.6?