You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vibe.db.mongo.connection.MongoDBException@/home/tirithen/.dub/packages/vibe-d-0.8.6/vibe-d/mongodb/vibe/db/mongo/connection.d(472): cannot write to 'testing.system.indexes'
The text was updated successfully, but these errors were encountered:
Maybe an old way of creating indexes is still used?
The use of system.indexes (https://github.com/vibe-d/vibe.d/blob/master/mongodb/vibe/db/mongo/collection.d#L470) is maybe not supported anymore? (https://jira.mongodb.org/browse/SERVER-10231)
Can I use the more up to date db.mycollection.createIndex() in any way instead?
My attempt to use the existing way was:
and that gave:
The text was updated successfully, but these errors were encountered: