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

Fix supported Gogs version to existing tag 0.9.97 #58

Merged
merged 1 commit into from
Jan 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/doc/upgrade/from-gogs.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ menu:

# Upgrade from Gogs

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. Make sure to complete as the gitea user in ~:
Gogs versions up to 0.9.97 can be smootlhy upgraded to Gitea.

There are some steps to do so below.
Make sure to complete them as the gitea user in ~:

* Stop Gogs
* cd ~
Expand Down
4 changes: 2 additions & 2 deletions content/doc/upgrade/from-gogs.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ menu:

# 从 Gogs 升级

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

* 停止 Gogs 的运行
* 拷贝 Gogs 的配置文件 `custom/conf/app.ini` 到 Gitea 的相应位置。
* 拷贝 Gitea 的 `options/` 到 Home 目录下。
* 如果你还有更多的自定义内容,比如templates和localization文件,你需要手工合并你的修改到 Gitea 的 Options 下对应目录。
* 拷贝 Gogs 的数据目录 `data/` 到 Gitea 相应位置。这个目录包含附件和头像文件。
* 运行 Gitea
* 登陆 Gitea 并进入 管理面板, 运行 `重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gitea 的密钥也会被删除)` 和 `重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)`。
* 登陆 Gitea 并进入 管理面板, 运行 `重新生成 '.ssh/authorized_keys' 文件(警告:不是 Gitea 的密钥也会被删除)` 和 `重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)`。
2 changes: 1 addition & 1 deletion content/doc/upgrade/from-gogs.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ menu:

# 從 Gogs 升級

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

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