mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00: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.