After exporting taxonomy terms using features and enabling the feature module, everytime drush fra is done it creates new entries for the taxonomy terms and duplicates the content.

Comments

nikunjkotecha created an issue. See original summary.

nikunjkotecha’s picture

Status: Active » Closed (works as designed)

Issue was with markaspot_uuid module of mark a spot distribution.

mikeohara’s picture

Actually, no it's not a result of Mark-A-Spot.

We use UUID Features as well, and not Mark-a-Spot and we are experiencing duplication on fra.

petednz’s picture

Experiencing this too. Having just been through a similar wrangle with node_export I found that for that issue there was a setting at admin/config/content/node_export where I could specify if i wanted matching nodes to result in updates or not

When importing a node that already exists
Create a new node
Create a new revision of the existing node

I take it this is a non-existent functionality for Terms and hence, even if Terms on both dbs have matching UUID (i copied mine over to confirm) then new Terms are created. Dang.