diff options
author | kolaente <k@knt.li> | 2019-10-28 23:37:29 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-10-28 18:37:29 -0400 |
commit | d6f6f9db3fe6aaca14a7d352fdc3193ae28c9a1f (patch) | |
tree | 7a91bd6251520d219d5eafbf86005096d160a02c /docs/content | |
parent | 09b281a6ac445c6bae8399b838005c6be1a9c2eb (diff) | |
download | gitea-d6f6f9db3fe6aaca14a7d352fdc3193ae28c9a1f.tar.gz gitea-d6f6f9db3fe6aaca14a7d352fdc3193ae28c9a1f.zip |
Add notice to docs for migrating from more recent versions of Gogs (#8724)
Signed-off-by: kolaente <k@knt.li>
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/upgrade/from-gogs.en-us.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/content/doc/upgrade/from-gogs.en-us.md b/docs/content/doc/upgrade/from-gogs.en-us.md index 46f2f76b6c..c028c57574 100644 --- a/docs/content/doc/upgrade/from-gogs.en-us.md +++ b/docs/content/doc/upgrade/from-gogs.en-us.md @@ -74,6 +74,11 @@ After successful migration from `gogs` to `gitea 1.0.x`, it is possible to upgra Simply download the file matching the destination platform from the [downloads page](https://dl.gitea.io/gitea) and replace the binary. +## Upgrading from a more recent version of Gogs + +Upgrading from a more recent version of Gogs is also possible, but requires a bit more work. +See [#4286](https://github.com/go-gitea/gitea/issues/4286). + ## Troubleshooting * If errors are encountered relating to custom templates in the `gitea/custom/templates` |