1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update preparing-to-migrate-data-to-github-enterprise-server.md (#38598)

Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Tim Rogers <timrogers@github.com>
This commit is contained in:
Faisal Eddichari
2023-07-13 14:02:08 +02:00
committed by GitHub
parent d63af2d0fe
commit 6da5f7612d

View File

@@ -88,7 +88,7 @@ There are several different mapping actions that `ghe-migrator` can take when tr
| `action` | Description | Applicable models |
|------------------------|-------------|-------------------|
| `import` | (default) Data from the source is imported to the target. | All record types
| `map` | Data from the source is replaced by existing data on the target. | Users, organizations
| `map` | Instead of creating a new model based on the source data, an existing record in the target is used. Useful for importing a repository into an existing organization or mapping user identities in the target to user identities in the source. | Users, organizations
| `rename` | Data from the source is renamed, then copied over to the target. | Users, organizations, repositories
| `map_or_rename` | If the target exists, map to that target. Otherwise, rename the imported model. | Users
| `merge` | Data from the source is combined with existing data on the target. | Teams