Nextcloud not working anymore after update of docker to v27.5.0 #5875
-
I updated docker last night (it is an automated script) and now Nextcloud is not working anymore. docker info:
Apache and push show as starting: Logs of starting containers: nextcloud-apache.log aio is behind an nginx reverse proxy. The not found error message bothers me. The system has enough free disk space, so this should not be an issue. I am guessing, the docker update is the issue here. I am considering restarting from scratch using the backup from the night 2 days ago. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The start and stop buttons are also missing in the aio interface. |
Beta Was this translation helpful? Give feedback.
-
Hi, I fear I cannot reproduce this issue. But it looks like something restarted the mastercontainer after the backup was started which is not expected (possibly the server was restarted or the container was restarted via
Anyway, you can make it work again by running |
Beta Was this translation helpful? Give feedback.
-
I stopped all containers, and now I see an update button. I clicked it, and it updated, and now my Nextcloud is running again. My solution was stopping all containers manually using |
Beta Was this translation helpful? Give feedback.
I stopped all containers, and now I see an update button. I clicked it, and it updated, and now my Nextcloud is running again. My solution was stopping all containers manually using
docker container stop <running container name>
so I could click the update button. My takeaway also is: don't run system updates (like docker) automatically and close to the scheduled night operations of nextcloud (like backup and updating). The new docker version 27.5.0 works just fine.