Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Active webhooks | **X** | **X** |
Branch protections | **X** | **X** |
{% data variables.product.prodname_pages %} settings | **X** | **X** |
User history for the above data | **X** | **X** |
Attachments (see "[AUTOTITLE](/get-started/writing-on-github/working-with-advanced-formatting/attaching-files)") | **X** | **X** |
Releases | | **X** |

Different size limits per repository apply depending on your GHES version.
Expand Down Expand Up @@ -104,6 +105,7 @@ When you migrate a repository, either directly or as part of an organization mig
- Allow rebase merging
- Releases (up to 10 GB per repository)
- User history for the above data
- Attachments (see "[AUTOTITLE](/get-started/writing-on-github/working-with-advanced-formatting/attaching-files)")

{% data reusables.enterprise-migration-tool.data-not-migrated %}
- User access to the repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ After you set up an AWS S3 storage bucket or Azure Blob Storage storage account,
1. In the top navigation bar, click **Settings**.
1. Under **Migrations**, click **Enable {% data variables.product.company_short %} Migrations**.
1. Optionally, to import storage settings you configured for {% data variables.product.prodname_actions %}, select **Copy Storage settings from Actions**. For more information see, "[Enabling GitHub Actions with Azure Blob storage]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage)" and "[Enabling GitHub Actions with Amazon S3 storage]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage)."

{% note %}

**Note**: After copying your storage settings, you may still need to update the configuration of your cloud storage account to work with {% data variables.product.prodname_importer_proper_name %}. In particular, you must ensure that {% data variables.product.prodname_dotcom %}'s IP addresses are allowlisted. For more information, see "[AUTOTITLE](/migrations/using-github-enterprise-importer/preparing-to-migrate-with-github-enterprise-importer/managing-access-for-github-enterprise-importer#configuring-ip-allow-lists-for-migrations)."

{% endnote %}

1. If you do not import storage settings from {% data variables.product.prodname_actions %}, select either **Azure Blob Storage** or **Amazon S3** and fill in the required details.

{% note %}
Expand Down