mirror of
https://github.com/zulip/zulip.git
synced 2026-06-27 21:01:32 +08:00
A common issue when doing a Zulip upgrade is trying to pass upgrade-zulip a tarball path under /root, which doesn't work because the Zulip user doesn't have permission to read the tarball. We could fix this by just unpacking the tarballs as root, but it seemed like a nicer approach would be to archive the release tarballs somewhere readable by the Zulip user (/home/zulip/archives) and unpack them from there. Fixes #208. |
||
|---|---|---|
| .. | ||
| install | ||
| unpack-zulip | ||
| upgrade-zulip | ||
| upgrade-zulip-stage-2 | ||