Closed LinuxOperator closed 3 years ago
Hello, Please contact the Nextcloud team to get help updating the nextcloud:fpm container. As for the OnlyOffice connector app, we do release new versions for it, so you might want to update it in the future as well.
I found out that the docker container I am using is still the latest version (update not available in docker format yet).
Found a guide that should work for others looking for the answer to this question:
docker pull nextcloud
docker ps
Look for your nextcloud:fpm container ID
docker stop <your_nextcloud_container_ID>
docker rm <your_nextcloud_container_ID>
docker-compose up -d
Hello, I am trying to update my Nexcloud to the latest version and don't see a way to do it. The "Open updater" takes me to a page that doesn't exist (
https://<my server ip>/updater
) and I don't see any documentation on how to perform updates.This is the screen I am looking at:
Can anyone tell me how to install this? Also I updated the OnlyOffice App within the web interface, would this need any additional updates in the future?
Thank you!