Add the warning message for wiki migration (#52547)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Junko Suzuki 2024-10-08 19:29:24 +09:00 коммит произвёл GitHub
Родитель 99166513a0
Коммит 8de5139d78
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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+ |