You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/doc/upgrade/from-gogs.en-us.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,15 @@ Gogs versions up to 0.9.115 can be smootlhy upgraded to Gitea.
20
20
There are some steps to do so below. On Unix run as your Gogs user:
21
21
22
22
* Create a Gogs backup with `gogs dump`. This creates `gogs-dump-[timestamp].zip` file containing all your Gogs data.
23
-
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea)
24
-
* Put the binary at the desired install location
25
-
* Copy `gogs/custom/conf/app.ini` to `gitea/custom/conf/app.ini`
23
+
* Download the file matching your platform from the [downloads page](https://dl.gitea.io/gitea).
24
+
* Put the binary at the desired install location.
25
+
* Copy `gogs/custom/conf/app.ini` to `gitea/custom/conf/app.ini`.
26
26
* If you have custom `templates, public` in `gogs/custom/` copy them to `gitea/custom/`.
27
27
* If you have any other custom folders like `gitignore, label, license, locale, readme` in `gogs/custom/conf` copy them to `gitea/custom/options`.
28
28
* Copy `gogs/data/` to `gitea/data/`. It contains issue attachments and avatars.
29
-
* Verify by starting Gitea with `gitea web`
29
+
* Verify by starting Gitea with `gitea web`.
30
30
* Enter Gitea admin panel on the UI, run `Rewrite '.ssh/authorized_keys' file`, then run `Rewrite all update hook of repositories` (needed when custom config path is changed).
31
-
32
-
31
+
33
32
### Change gogs specific information:
34
33
35
34
* Rename `gogs-repositories/` to `gitea-repositories/`
* If you encounter errors relating to custom templates in the `gitea/custom/templates` folder, try moving the templates causing the errors away one by one. They may not be compatible with Gitea.
67
+
66
68
### Add Gitea to startup on Unix
67
-
Update the appropriate file from [gitea/contrib](https://github.com/go-gitea/gitea/tree/master/contrib) with the right environment variables.
69
+
70
+
Update the appropriate file from [gitea/scripts](https://github.com/go-gitea/gitea/tree/master/scripts) with the right environment variables.
0 commit comments