detex
January 24, 2022, 10:46pm
1
While trying to upgrade to v56 I receive the following during the “Upgrading to Nextcloud version 18.0.10”
FAILED: wget -O /tmp/contacts.tgz https://github.com/nextcloud-releases/contacts/releases/download/v3.4.1/contacts-v3.4.1.tar.gz
404 Not Found
After the error, the mailinabox service will not start.
Thanks,
Keith
What version are you upgrading from?
What command did you enter to run the update?
detex
January 25, 2022, 1:00am
3
I don’t recall the exact version before the upgrade attempt, but now when I run status_checks.py it shows v56.
I’m attempting to upgrade using “curl -s https://mailinabox.email/setup.sh | sudo -E bash”
This appears to be the same issue as a post earlier today:
hello, today i tried to upgrade my a bit outdated mail-in-a-box
but the update routine doesn´t work:
FAILED: wget -O /tmp/contacts.tgz https://github.com/nextcloud-releases/contacts/releases/download/v3.3.0/contacts-v3.3.0.tar.gz
-----------------------------------------
--2022-01-24 07:48:33-- https://github.com/nextcloud-releases/contacts/releases/download/v3.3.0/contacts-v3.3.0.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443.…
My best guess is a change to nextcloud.sh
in the latest version of MiaB is causing the problem.
I just realized you can update to v55, and at least have that, I just need to figure out the command to run to upgrade to a version other than the latest version.
And as I recommended in the other post, please create an issue on GitHub , if there isn’t one there already (it would be right at the top).
Here is a way I figured out to upgrade to v55 that I know can work:
wget https://mailinabox.email/setup.sh
chmod 755 setup.sh
nano +23 setup.sh
Change the version to match:
TAG=v55
Then run:
sudo ./setup.sh
1 Like
system
Closed
March 6, 2022, 3:38am
6
This topic was automatically closed 40 days after the last reply. New replies are no longer allowed.