/* To turn on update validators, set the runValidators option for update() or findOneAndUpdate(). */ Model.update({_id: id}, { field: newValue }, { runValidators: true }, function(err) { .... });