Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit 4095206

Browse files
strklunny
authored andcommitted
Fix supported Gogs version to existing tag 0.9.97 (#59)
1 parent 037f4ff commit 4095206

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

content/doc/upgrade/from-gogs.en-us.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ menu:
1515

1616
# Upgrade from Gogs
1717

18-
If you are running Gogs which version is below 0.9.99, you can upgrade Gogs to Gitea smoothly. There are some steps to do below:
18+
Gogs versions up to 0.9.97 can be smootlhy upgraded to Gitea.
19+
20+
There are some steps to do so below.
21+
Make sure to complete them as the gitea user in ~:
1922

2023
* Stop Gogs
2124
* Copy Gogs `custom/conf/app.ini` to Gitea.
2225
* Copy Gogs `conf/` to `options/` for Gitea.
2326
* If you have more custom content on `custom/` folder, like templates or localization files, you should carrefully merge manually because these files changed on Gitea.
2427
* Copy `data/` folder from Gogs to Gitea. It contains issue attachments and avatars.
2528
* Run Gitea
26-
* 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).
29+
* 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).

content/doc/upgrade/from-gogs.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ menu:
1515

1616
# 从 Gogs 升级
1717

18-
如果你正在运行Gogs 0.9.99以下版本,你可以平滑的升级到Gitea。该升级需要如下的步骤:
18+
如果你正在运行Gogs 0.9.97以下版本,你可以平滑的升级到Gitea。该升级需要如下的步骤:
1919

2020
* 停止 Gogs 的运行
2121
* 拷贝 Gogs 的配置文件 `custom/conf/app.ini` 到 Gitea 的相应位置。
2222
* 拷贝 Gitea 的 `options/` 到 Home 目录下。
2323
* 如果你还有更多的自定义内容,比如templates和localization文件,你需要手工合并你的修改到 Gitea 的 Options 下对应目录。
2424
* 拷贝 Gogs 的数据目录 `data/` 到 Gitea 相应位置。这个目录包含附件和头像文件。
2525
* 运行 Gitea
26-
* 登陆 Gitea 并进入 管理面板, 运行 `重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gitea 的密钥也会被删除)``重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)`
26+
* 登陆 Gitea 并进入 管理面板, 运行 `重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gitea 的密钥也会被删除)``重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)`

content/doc/upgrade/from-gogs.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ menu:
1515

1616
# 從 Gogs 升級
1717

18-
假如您正在運行 Gogs 0.9.99 以下版本,你可以很平順的升級到 Gitea,請參考底下升級步驟:
18+
假如您正在運行 Gogs 0.9.97 以下版本,你可以很平順的升級到 Gitea,請參考底下升級步驟:
1919

2020
* 停止 Gogs 服務。
2121
* 複製 Gogs 設定檔 `custom/conf/app.ini` 到 Gitea 相對應位置。

0 commit comments

Comments
 (0)