Docker: Updater takes you to dashboard

Created on 26 Oct 2020  路  6Comments  路  Source: nextcloud/docker

Trying to update Nextcloud Docker.
Current Ver 20.0.0
New version available 20.0.1

If you go to Administration > Overview
Click on Open Updater
It sends you to the Dashboard page, no way to update.

Running on Docker on Ubuntu.

Most helpful comment

Maybe there is a way to deactivate the display of the button to update inside the docker container, and instead display some text that you should update the container? As updating the container is MUCH easier and smoother than the built in updater, I would absolutely NOT RECOMMEND to turn on this internal updater again...

All 6 comments

You have to update the docker container, you don't do it through the settings like you would a normal install.

Change the image from 20.0.0 to 20.0.01

I have the same problem in a new and clean installation 20.0.0.1 to 20.0.2, using the :latest tag
Updater takes me to the dashboard.

@crazypete00 did the solution from @ethancedwards8 solved the problem?

@metroveinte I don't think you understand. You can't update through the gui when running Nextcloud as docker. You have to update the container image. I'm my docker compose file I changed image: nextcloud:20.0.0 to image: nextcloud:20.0.1. Or I misinterpreted your question xD.

@ethancedwards8 I asked because I have been using linexserver.io's image for more than 10 months and I was able to use the built-in updater.

Just wanted to know if this is the official update process using this image (updating the container), or if I had any configuration errors in my new deployment changing to the Nextcloud official image.
I didn't want to bother with the question

Maybe there is a way to deactivate the display of the button to update inside the docker container, and instead display some text that you should update the container? As updating the container is MUCH easier and smoother than the built in updater, I would absolutely NOT RECOMMEND to turn on this internal updater again...

@metroveinte I think the official way is, just switch the docker container tag to the new version...the container does EVERYTHING by itself...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tanja84dk picture tanja84dk  路  3Comments

vancky picture vancky  路  3Comments

happinesslijian picture happinesslijian  路  3Comments

raimund-schluessler picture raimund-schluessler  路  3Comments

waldner picture waldner  路  3Comments