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.
* If you have custom content migrated from gogs/custom/ folder, like templates or localization files, you should manually merge these because these files changed on Gitea.
29
-
* cp -r gitea-v1.0.0/options gitea/options
30
-
* cp -r gogs-repositories/ gitea-repositories
31
-
* cp -r gogs-data/ gitea-data/
32
-
* vim gitea/custom/conf/app.ini
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`
26
+
* If you have custom `templates, public` in `gogs/custom/` copy them to `gitea/custom/`.
27
+
[Due to a bug](https://github.com/go-gitea/gitea/issues/529) custom templates aren't working at the moment.
28
+
* If you have any other custom folders like `gitignore, label, license, locale, readme` in `gogs/custom/conf` copy them to `gitea/custom/options`.
29
+
* Copy `gogs/data/` to `gitea/data/`. It contains issue attachments and avatars.
30
+
* Verify by starting Gitea with `gitea web`
31
+
* Enter Gitea admin panel on the UI, run `Rewrite '.ssh/authorized_keys' file` (caution: non-Gitea keys will be lost) and `Rewrite all update hook of repositories` (needed when custom config path is changed).
32
+
33
+
34
+
### Change gogs specific information:
33
35
34
-
Change gogs specific information:
36
+
* Rename `gogs-repositories/` to `gitea-repositories/`
* Enter Gitea admin panel on the UI, run `Rewrite '.ssh/authorized_keys' file` (caution: non-Gitea keys will be lost) and `Rewrite all update hook of repositories` (needed when custom config path is changed).
0 commit comments