mirror of https://github.com/zulip/zulip.git
f871090bb6
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. |
||
---|---|---|
.. | ||
lib | ||
setup | ||
purge-old-deployments | ||
restart-server | ||
start-dockers | ||
test-all-docker | ||
upgrade-zulip | ||
zulip-puppet-apply |