Skip to main content

This version of GitHub Enterprise Server was discontinued on 2024-01-04. 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 Server. For help with the upgrade, contact GitHub Enterprise support.

About migrations between GitHub products

Learn which data GitHub Enterprise Importer can migrate between GitHub products.

About migrations between GitHub products

With GitHub Enterprise Importer, you can migrate data from GitHub Enterprise Server to GitHub Enterprise Cloud, or migrate data between accounts on GitHub Enterprise Cloud. For more information, see "About GitHub Enterprise Importer."

If your migration source is another account on GitHub.com, you can migrate individual repositories between organizations, or migrate entire organizations between enterprises. If your migration source is GitHub Enterprise Server, you can migrate repositories.

The data that GitHub Enterprise Importer migrates depends on the source of the migration and whether you are migrating a repository or organization.

Data that is migrated from GitHub Enterprise Server

To migrate from GitHub Enterprise Server (GHES), you must have GHES version 3.4.1 or higher. The data that is migrated depends on the version you're using.

ItemGHES 3.4.1+GHES 3.5.0+
Git source (including commit history)XX
Pull requestsXX
IssuesXX
MilestonesXX
WikisXX
Projects (classic) at the repository levelXX
GitHub Actions workflowsXX
Commit commentsXX
Active webhooksXX
Branch protectionsXX
GitHub Pages settingsXX
User history for the above dataXX
Releases
X

Different size limits per repository apply depending on your GHES version.

LimitGHES <3.8.0GHES 3.8.0+
Git source2GB10GB
Metadata2GB10GB

Currently, the following data is not migrated.

  • Any Projects (the new projects experience)
  • Code scanning results
  • Commit status checks
  • Dependabot alerts
  • Dependabot secrets
  • Discussions at the repository level
  • Edit history of issue comments and pull request comments
  • Fork relationships between repositories (see "About forks")
  • GitHub Actions secrets, variables, environments, self-hosted runners, larger runners, or workflow run history
  • GitHub Codespaces secrets
  • GitHub Apps and GitHub App installations
  • Git LFS objects and large binaries (repositories using Git LFS are still supported, see "Limitations of GitHub Enterprise Importer")
  • Packages in GitHub Packages
  • Projects (classic) at the organization level
  • References between pull requests and issues in different repositories (see "Autolinked references and URLs")
  • Remediation states of secret scanning results
  • Repositories owned by user accounts
  • Repository properties (public beta)
  • Repository stars
  • Repository watchers
  • Rulesets
  • Tag protection rules
  • Users' profiles, SSH keys, signing keys, or personal access tokens
  • Webhook secrets
  • Teams
  • User or team access to the repository
  • Repository settings for pull requests

Branch protections

Branch protections apply a specified set of rules to a specific branch name or branch name pattern. For more information, see "About protected branches."

Branch protections will always be migrated, but certain rules will not be migrated. The following branch protection rules are not migrated.

  • Allow specific actors to bypass required pull requests
  • Require approval of the most recent push
  • Require deployments to succeed before merging
  • Lock branch
  • Restrict pushes that create matching branches
  • Allow force pushes

The following limitations also apply:

  • If a branch protection rule optionally allows you to specify people, teams, or apps that are exempt from the rule, such as "Restrict who can dismiss pull request reviews," the exceptions will not be migrated.
  • If the "Allow force pushes" rule is enabled in "Specify who can force push" mode, the rule will not be migrated.

Data that is migrated from other accounts on GitHub.com

If your migration source is another account on GitHub.com, you can migrate individual repositories between organizations, or migrate entire organizations between enterprises.

Migrated data for an organization

When you migrate an organization, a new organization is created within the destination enterprise account. Then, the following data is migrated to the new organization.

  • Teams
  • Repositories
  • Team access to repositories
  • Member privileges
  • Organization-level webhooks (must be re-enabled after your migration, see "Enabling webhooks")
  • Default branch name for new repositories created in the organization

All repositories are migrated with private visibility. If you want to set a repository's visibility to public or internal, you can do this after the migration using the UI or API.

Team membership is not migrated. After the migration, you'll need to add members to migrated teams. For more information, see "Overview of a migration between GitHub products."

Note: References to teams, such as @octo-org/octo-team, are not updated as part of an organization migration. This might cause problems in the destination organization, such as CODEOWNERS files not working as expected. For more information about how to prevent and resolve these issues, see "Troubleshooting your migration with GitHub Enterprise Importer."

Migrated data for a repository

When you migrate a repository, either directly or as part of an organization migration, only the following data is migrated.

  • Git source (including commit history)
  • Pull requests
  • Issues
  • Milestones
  • Wikis (excluding attachments)
  • Projects (classic) at the repository level
  • GitHub Actions workflows
  • Commit comments
  • Active webhooks (must be re-enabled after your migration, see "Enabling webhooks")
  • Repository topics
  • Repository settings
    • Branch protections (see "Branch protections" for more details)
    • GitHub Pages settings
    • Autolink references
    • GitHub Advanced Security settings
    • Pull request settings
      • Automatically delete head branches
      • Allow auto-merge
      • Allow merge commits (commit message setting is reset to the default message)
      • Allow squash merging (commit message setting is reset to the default message)
      • Allow rebase merging
  • Releases (up to 10 GB per repository)
  • User history for the above data

Currently, the following data is not migrated.

  • Any Projects (the new projects experience)
  • Code scanning results
  • Commit status checks
  • Dependabot alerts
  • Dependabot secrets
  • Discussions at the repository level
  • Edit history of issue comments and pull request comments
  • Fork relationships between repositories (see "About forks")
  • GitHub Actions secrets, variables, environments, self-hosted runners, larger runners, or workflow run history
  • GitHub Codespaces secrets
  • GitHub Apps and GitHub App installations
  • Git LFS objects and large binaries (repositories using Git LFS are still supported, see "Limitations of GitHub Enterprise Importer")
  • Packages in GitHub Packages
  • Projects (classic) at the organization level
  • References between pull requests and issues in different repositories (see "Autolinked references and URLs")
  • Remediation states of secret scanning results
  • Repositories owned by user accounts
  • Repository properties (public beta)
  • Repository stars
  • Repository watchers
  • Rulesets
  • Tag protection rules
  • Users' profiles, SSH keys, signing keys, or personal access tokens
  • Webhook secrets
  • User access to the repository

When you migrate a repository directly, teams and team access to repositories are not migrated.

Branch protections

Branch protections apply a specified set of rules to a specific branch name or branch name pattern. For more information, see "About protected branches."

Branch protections will always be migrated, but certain rules will not be migrated. The following branch protection rules are not migrated.

  • Allow specific actors to bypass required pull requests
  • Require approval of the most recent push
  • Require deployments to succeed before merging
  • Lock branch
  • Restrict pushes that create matching branches
  • Allow force pushes

The following limitations also apply:

  • If a branch protection rule optionally allows you to specify people, teams, or apps that are exempt from the rule, such as "Restrict who can dismiss pull request reviews," the exceptions will not be migrated.
  • If the "Allow force pushes" rule is enabled in "Specify who can force push" mode, the rule will not be migrated.

Limitations on migrated data

There are limits to what GitHub Enterprise Importer can migrate. Some are due to limitations of GitHub.com, while others are limitations of GitHub Enterprise Importer itself.

Limitations of GitHub.com

  • 2 GB size limit for a single Git commit: No single commit in your Git repository can be larger than 2 GB. If any of your commits are larger than 2 GB, you will need to split the commit into smaller commits that are each 2 GB or smaller.
  • 255 byte limit for Git references: No single Git reference, commonly known as a "ref", can have a name larger than 255 bytes. Usually, this means that your references cannot be more than 255 characters long, but any non-ASCII characters, such as emojis, may consume more than one byte. If any of your Git references are too large, we'll return a clear error message.
  • 100 MB file size limit: No single file in your Git repository can be larger than 100 MB. Consider using Git LFS for storing large files. For more information, see "Managing large files."

Limitations of GitHub Enterprise Importer

  • 10 GB size limit for a Git repository: This limit only applies to the source code. To inspect the size of your repository, use the git-sizer tool and check the total size of blobs.
  • 10 GB limit for metadata: The Importer cannot migrate repositories with more than 10 GB of metadata. Metadata includes issues, pull requests, releases, and attachments. In most cases, large metadata is caused by binary assets attached to releases. You can exclude releases from the migration with the migrate-repo command's --skip-releases flag, and then move your releases manually after the migration.
  • Git LFS objects not migrated: The Importer can migrate repositories that use Git LFS, but the LFS objects themselves will not be migrated. They can be pushed to your migration destination as a follow-up task after the migration is complete. For more information, see "Duplicating a repository."
  • Follow-up tasks required: When migrating between GitHub products, certain settings are not migrated and must be reconfigured in the new repository. For a list of follow-up tasks you'll need to complete after each migration, see "Overview of a migration between GitHub products."
  • Delayed code search functionality: Re-indexing the search index can take a few hours after a repository is migrated, and code searches may return unexpected results until re-indexing is complete.
  • Rulesets configured for your organization can cause migrations to fail: For example, if you configured a rule that requires email addresses for commit authors to end with @monalisa.cat, and the repository you're migrating contains commits that don't comply with this rule, your migration will fail. For more information about rulesets, see "About rulesets."

Getting started

Before you migrate between GitHub products, you should plan out how you will run your migration. Before migrating any data, you will need to choose someone to run the migration. You must grant that person the necessary access for both the source and the destination of the migration. We also recommend you run a trial migration first.

For an overview of the migration process from beginning to end, see "Overview of a migration between GitHub products."