Error during upgrade (Nextcloud)

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?

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:

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

This topic was automatically closed 40 days after the last reply. New replies are no longer allowed.