diff options
author | Norwin <noerw@users.noreply.github.com> | 2022-02-06 21:07:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 21:07:52 +0100 |
commit | 6ada05940e3df7c5ca71b2723199215db4562ac2 (patch) | |
tree | a24260e7fce8fe336e8b3b881848db4ecc33f0dc /docs/content | |
parent | a6e657e99979f94d1d663a0bc2b7945f3c1018dc (diff) | |
download | gitea-6ada05940e3df7c5ca71b2723199215db4562ac2.tar.gz gitea-6ada05940e3df7c5ca71b2723199215db4562ac2.zip |
Add `contrib/upgrade.sh` (#18286)
Adds an upgrade script that automates upgrading installations on Linux from binary releases, so people don't need to reinvent the wheel. Hopefully this leads to less questions about how to upgrade, and consequently less Gitea instances running unmaintained versions in the wild.
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/upgrade/from-gitea.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/upgrade/from-gitea.en-us.md b/docs/content/doc/upgrade/from-gitea.en-us.md index c3c46a148f..2f64e0fac6 100644 --- a/docs/content/doc/upgrade/from-gitea.en-us.md +++ b/docs/content/doc/upgrade/from-gitea.en-us.md @@ -76,6 +76,8 @@ a snapshot for the Gitea data volume and related object storage is more convenie * Replace the installed Gitea binary with the downloaded one. * Start the Gitea instance. +A script automating these steps for a deployment on Linux can be found at [`contrib/upgrade.sh` in Gitea's source tree](https://github.com/go-gitea/gitea/blob/main/contrib/upgrade.sh). + ## Take care about customized templates Gitea's template structure and variables may change between releases, if you are using customized templates, |