[12:19:14] <Derick> I think that could be my problem too then
[12:19:32] <tangorri> works now great but to answer the question before, seems that user need to exist on its own db
[12:19:36] <Derick> https://evergreen.mongodb.com/task/mongo_php_driver_tests_php5__versions~4.0_php_versions~5.5_os_php5~rhel71_power8_test_replicaset_auth_24d651a689b5f28c34f19fabccb2b74d98f105d8_18_12_04_16_06_07 fails currently with this error:
[12:19:45] <Derick> OperationFailure: Use of SCRAM-SHA-256 requires undigested passwords
[16:36:30] <jim87> Hello! I've got the following update query: db.sampled.update({'profile.generics._id': {$in: ['2854']}}, {$pull: {'profile.generics': {$elemMatch: {'_id': {$in: ['2854']}}}}}, {'multi': true}) - the problem is that it matches the documents, but it will modify no one