Your software
My Mautic version is: 4.1.1
My PHP version is: PHP Version 7.4.28
My Database type and version is: 10.5.15-MariaDB-0+deb11u1
Your problem
We have a number of duplicate contacts. They’ve probably been introduced via manual uploads. I need to merge these based on e-mail. E-mail should be the only unique identifier specified in our installation.
Steps I have tried to fix the problem:
We tried to run mautic:contacts:deduplicate through the console. This was a success but it only merged very few dupes. So maybe the expected behaviour of this command isn’t what we thought.
Will it only look at dupes that live up to certain criteria but ignore othere?
Is there another automatic way to have all contacts merged based on their e-mail?