db.getCollection('products').updateMany( { firstmeet: { $exists : true } }, [{ $set: { firstmeet: { $dateAdd: { startDate: "$firstmeet", unit: "month", amount: 2 } } } }] )