1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove warning about unsupported wikis migration from migration docs (#54888)

Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
Daniel Perez
2025-03-18 22:36:51 -05:00
committed by GitHub
parent 147bef3a54
commit 45b3adc657

View File

@@ -39,17 +39,6 @@ Before you use {% data variables.product.prodname_importer_proper_name %}, under
## 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+ |