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.

  1. Using the ghe-migrator conflicts command with the Migration GUID, generate a conflicts.csv file:

    ghe-migrator conflicts -g MIGRATION_GUID > conflicts.csv
    
  2. If there are conflicts, using the scp command, copy conflicts.csv to your local computer:

    scp -P 122 admin@hostname:conflicts.csv ~/Desktop
    
  3. Continue to "Resolving migration conflicts or setting up custom mappings".