I am running Nextcloud via Unraid/Docker. Current version is 29.0.7. I am trying to upgrade to 30.0.0.
In my Administration screen/settings, it indicates: “Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update.”
When I run occ upgrade, the result returns: Nextcloud is already latest version
Thanks. I guess this makes sense but a little more difficult to do in my instance. I run Nextcloud on Unraid via linuxserver (GitHub - linuxserver/docker-nextcloud) I don’t think I can do what’s being asked. Note that I’ve run several updates on Linuxserver’s nextcloud docker but this still hasn’t worked. Perhaps the issue is the Linuxserver nextcloud docker isn’t ready for 30.0.0 so maybe I’ll just give it more time – just figured because it’s actively managed that LS would have it updated by now.
I guess this makes sense but a little more difficult to do in my instance. I run Nextcloud on Unraid via linuxserver (GitHub - linuxserver/docker-nextcloud) I don’t think I can do what’s being asked. Note that I’ve run several updates on Linuxserver’s nextcloud docker but this still hasn’t worked.
Even with the LSIO image, the proper (and only supported) way to update/upgrade Nextcloud is to pull a new image then restart your container(s)[1][2]. The actual Nextcloud Updater is removed from many Docker images for this very reason.
Even if you use a front-end/GUI/wrapper for Docker (line Unraid), you still follow the same approach (though it may be a button sequence instead of the commands; though I believe using Docker commands directly is also an option within Unraid).
Unraid linuxserver docker
LSIO hasn’t published a v30.0.0 image yet. Though I suspect they will very soon…
Thank you for the responses and taking the time to explain that to me. Appreciate your help with this.
I think I’ll just wait until LSIO offers v30.0. I am not the best with all the “programming” components and don’t want to do something to brick what I’ve done. I guess I just figured v30.0 would be available by now on LSIO. Thanks again!