If ghe-migrator
reports conflicts when preparing the data for import, you must generate a list of those conflicts before preparing to resolve them with custom mappings.
-
Using the
ghe-migrator conflicts
command with the Migration GUID, generate a conflicts.csv file:ghe-migrator conflicts -g MIGRATION_GUID > conflicts.csv
- If no conflicts are reported, you can safely import the data by following the steps in "Applying the imported data on GitHub Enterprise".
-
If there are conflicts, using the
scp
command, copy conflicts.csv to your local computer:scp -P 122 admin@hostname:conflicts.csv ~/Desktop
Continue to "Resolving migration conflicts or setting up custom mappings".