Your problem
My problem is:
We are using the hubspot plugin and it is creating company duplicates in the mautic_companies table. For instance, we have ~120M records in this table yet we only have between 750-950 companies listed in hubspot. It looks like it is creating a full set of duplicates every 2.5 minutes. Can you guide me to fix this issue?
Also, once we get the issue fixed, what is the best way to handle de-duping the company list?
These errors are showing in the log: Nothing obvious in the error log
Steps I have tried to fix the problem: Reviewed plugin settings and API key
You may find the fix in those PRs (I could not see anything obvious), but any fixes are most likely going to be based on Mautic 3 code, so you really should be updating to a newer version sooner rather than later.
It sounds like it is trying to create new companies every time it syncs rather than to look for / merge so you may need to look at the integration settings and what you are using as unique identifiers.
Thank you. An upgrade is on our radar, but figured we wanted to address this issue before porting 120M duplicate company records.
I just went into the plug-in config. One thing we didn’t have set was company website as a unique identifier. I fixed that and it gave me a warning that it may de-dupe company records. Based on marking that as a unique identifier, will the system de-duplicate the company records automatically?
Hey Ruth - appreciate all of the insight. Figured I’d ping you directly to see… is there a dedup cron job for companies? We’re not seeing one that’s native. We did upgrade to 3.2.4 this weekend.