-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gogs upgrade information #22777
Conversation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
It's better to put some more feasible methods there (eg: adopt the git repositories directly), and suggest users do not (never) do the "difficult" migrations . Otherwise it might cause strange problems for Gitea in the future, and make Gitea developers frustrated to help with the strange problems. |
I considered that, however there isn't a good page to direct to for adopting repositories, so I wasn't entirely sure if it was worth saying "adopt the repos instead" without also explaining how that works, etc. |
* upstream/main: Fix restore repo bug, clarify the problem of ForeignIndex (go-gitea#22776) Grammar fix (go-gitea#22790) Use link in UI which returned a relative url but not html_url which contains an absolute url (go-gitea#21986) Add repo adoption to FAQ (go-gitea#22778) Use import of OCI structs (go-gitea#22765) Update gogs upgrade information (go-gitea#22777) Add CLI option tenant ID for oauth2 source (go-gitea#22769) Refactor legacy strange git operations (go-gitea#22756) Add Chef package registry (go-gitea#22554) use drone secrets for s3 config (go-gitea#22770) remove update language in ProfilePost (go-gitea#22748) Set PR for issue when load attributes for PRs (go-gitea#22766) Fix time to NotifyPullRequestSynchronized (go-gitea#22650)
It seems that migrating from Gogs
0.12.x
and above may require more work as time goes on and the projects continue to diverge.This PR updates the docs to make it more clear.