You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--dry-run`|`-d`| Only shows the duplicates, but does not update the database. |
48
+
|`--identifier`|`-i`| Only consider duplicates with the given identifier. |
49
+
|`--storage`|`-s`| Only consider duplicates in the given storage. |
50
+
|`--force`|`-f`| Enforce keeping or overwriting of metadata of the master record in case of conflict. Possible values: keep, keep-nonempty, overwrite. |
51
+
|`--keep-oldest`|`-o`| Use the oldest record as master instead of the newest. |
52
+
|`--meta-fields`|`-m`| Check for conflicting metadata fields, see below. |
53
+
|`--update-refindex`|`-u`| Update the reference index before the operation. |
54
+
|`--no-interaction`|`-n`| Do not ask for the update of the reference index. |
50
55
51
56
Run another reference index update when you are done:
52
57
```
53
58
php vendor/bin/typo3 referenceindex:update
54
59
```
55
60
56
-
Example: if you want to run the unduplicator only for a specific storage or even identifier (found by dry-run):
0 commit comments