diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2020-01-24 08:23:38 -0600 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-24 14:23:38 +0000 |
commit | 514be723b2841de4cad4d1a4f4c516e1befe6b67 (patch) | |
tree | a72e462f51fa9a8eec44e5e5200fa826c576ee22 /docs | |
parent | ad94a94114bc68ec1ba269a2bce9286155760bc2 (diff) | |
download | gitea-514be723b2841de4cad4d1a4f4c516e1befe6b67.tar.gz gitea-514be723b2841de4cad4d1a4f4c516e1befe6b67.zip |
Update migration instructions (#9955)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/help/faq.en-us.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/content/doc/help/faq.en-us.md b/docs/content/doc/help/faq.en-us.md index 2a1e3e6a6b..ca6a44c6aa 100644 --- a/docs/content/doc/help/faq.en-us.md +++ b/docs/content/doc/help/faq.en-us.md @@ -65,7 +65,9 @@ To migrate from Gogs to Gitea: * [Gogs version 0.9.146 or less]({{< relref "doc/upgrade/from-gogs.en-us.md" >}}) * [Gogs version 0.11.46.0418](https://github.com/go-gitea/gitea/issues/4286) -To migrate from GitHub to Gitea, you can use Gitea's [Migrator tool](https://gitea.com/gitea/migrator) +To migrate from GitHub to Gitea, you can use Gitea's built-in migration form. +In order to migrate items such as issues, pull requests, etc. you will need to input at least your username. +[Example (requires login)](https://try.gitea.io/repo/migrate) To migrate from Gitlab to Gitea, you can use this non-affiliated tool: https://github.com/loganinak/MigrateGitlabToGogs |