Article version: Enterprise Server 2.13

This version of GitHub Enterprise will be discontinued on This version of GitHub Enterprise was discontinued on 2019-03-27. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Generating a list of migration conflicts

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".

Ask a human

Can't find what you're looking for?

Contact us