Updating to .29: Installing Z-Push fails

Upgrading to .29 with a curl -s https://mailinabox.email/setup.sh | sudo bash gets me:

Installing Z-Push (Exchange/ActiveSync server)...

FAILED: wget -O /tmp/z-push.zip https://stash.z-hub.io/rest/api/latest/projects/ZP/repos/z-push/archive?at=refs%2Ftags%2F2.4.4&format=zip
-----------------------------------------
--2018-12-22 08:07:51--  https://stash.z-hub.io/rest/api/latest/projects/ZP/repos/z-push/archive?at=refs%2Ftags%2F2.4.4&format=zip
Resolving stash.z-hub.io (stash.z-hub.io)... 2a01:4f8:c0:2b19::aaaa
Connecting to stash.z-hub.io (stash.z-hub.io)|2a01:4f8:c0:2b19::aaaa|:443... failed: Network is unreachable.
----------------------------------------

Should I be concerned?

The error message states that the zpush site is not responding … it could be a temporary hiccup. To me, it seems odd that the address is a IPv6 address rather than IPv4.

Thinking out loud here … perhaps you could add an entry to /etc/hosts file adding the following line:

195.201.215.164 stash.z-hub.io

Thanks for the suggestion.

It looks like it was just a temporary problem. I just retried the update before trying your suggestion and it completed.

All looks to be well.

Hey, I feel like mentioning this to as many people as possible:

There is a working development build for Ubuntu 18.04 that it would help Mail-in-a-Box project if people would try upgrading to it on their non-business-critical boxes:

$ git clone --single-branch -b ubuntu_bionic --depth=1 https://github.com/mail-in-a-box/mailinabox.git
$ cd mailinabox
# bash setup/start.sh