Skip to content

Commit

Permalink
Add the warning message for wiki migration (#52547)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ahmady <[email protected]>
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent 9916651 commit 8de5139
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ The data that {% data variables.product.prodname_importer_proper_name %} migrate

## Data that is migrated from {% data variables.product.prodname_ghe_server %}

> [!WARNING]
> The Wikis migration is currently unavailable.
> As a workaround, you can migrate manually:
>
> ```shell copy
> git clone --mirror OLD-REPOSITORY-URL
> cd OLD-REPOSITORY-NAME
> git remote add new-origin NEW-REPOSITORY-URL
> git push new-origin --mirror
> ```
To migrate from {% data variables.product.prodname_ghe_server %} (GHES), you must have GHES version 3.4.1 or higher. The data that is migrated depends on the version you're using.
Item | GHES 3.4.1+ | GHES 3.5.0+ |
Expand Down

0 comments on commit 8de5139

Please sign in to comment.