-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Update gogs to gitea migration manual #3559
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 to gitea migration manual #3559
Conversation
Updates the manual for latest gogs changes.
Codecov Report
@@ Coverage Diff @@
## master #3559 +/- ##
=======================================
Coverage 35.78% 35.78%
=======================================
Files 285 285
Lines 40841 40841
=======================================
Hits 14615 14615
Misses 24058 24058
Partials 2168 2168 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌮
* Download the file matching the destination platform from the [downloads page](https://dl.gitea.io/gitea). | ||
It should be `1.0.x` version. Migrating from `gogs` to any other version is impossible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(nitpicking) could say instead that it is recommended users use gitea 1.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That means you could upgrade twice for less pain.
Gogs -> Gita 1.0.x -> Gitea recent version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm scratching my head now... I thought I saw someone say they did Gogs -> Gitea 1.3, but probably because I read 1.0.3 as 1.3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charlesreid1 I tried both 1.3.x
and 1.4.x
versions, and probably even 1.2.x
- neither worked except 1.0.x
version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great - that's valuable info and glad it's going into the docs!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charlesreid1 nevermind, everyone should help each other :) Is there anything else I can do in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good to go, think it just needs to be merged now.
LGTM |
Updates the manual for latest gogs changes.
Fixes #3558