Skip to content

Commit 404a07e

Browse files
Update reference/api/export.mdx
Co-authored-by: Clément Renault <[email protected]>
1 parent b7d0125 commit 404a07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/api/export.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use the `/export` route to transfer data from your origin instance to a remote t
1515

1616
Migrate data from the origin instance to a target instance.
1717

18-
Migration is an additive operation. If the exported indexes already exist in the target instance, Meilisearch keeps the existing documents intact and adds the new data to the index.
18+
Migration is an additive operation. If the exported indexes already exist in the target instance, Meilisearch keeps the existing documents intact and adds the new data to the index. If the same document is present in both the target and origin, Meilisearch replaces the target documents with the new data.
1919

2020
### Body
2121

0 commit comments

Comments
 (0)