移行のコンフリクトのリストの生成
ghe-migrator
がインポートのためのデータを準備しているときにコンフリクトを報告してきたなら、それらのコンフリクトのリストを生成してから、カスタムマッピングでそれらを解決する準備をしなければなりません。
-
ghe-migrator conflicts
コマンドに移行 GUID を付けて実行し、conflicts.csv ファイルを生成します。$ 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 Server".
-
If there are conflicts, using the
scp
command, copy conflicts.csv to your local computer:$ scp -P 122 admin@hostname:conflicts.csv ~/Desktop
-
「移行コンフリクトの解決もしくはカスタムマッピングのセットアップ」に進みます。