在 GitHub Enterprise Server 上应用导入的数据
审查完迁移数据后,您可以向目标实例永久应用变更。
-
As a site admin, SSH into your target GitHub Enterprise Server instance.
$ ssh -p 122 admin@HOSTNAME
-
使用
ghe-migrator import
命令启动导入过程。 您需要:- 迁移 GUID
- 身份验证的访问令牌
$ ghe-migrator import /home/admin/MIGRATION_GUID.tar.gz -g MIGRATION_GUID -u username -p TOKEN > Starting GitHub::Migrator > Import 100% complete /
- To specify where migration files should be staged append the command with
--staging-path=/full/staging/path
. Defaults to/data/user/tmp
.