This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
'Start containers' button should be visible even so there is an update available #4618
Labels
0. Needs triage
Pending approval or rejection. This issue is pending approval.
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
When there is an AIO upgrade available and the containers are stopped for whatever reason, the AIO dashboard does not seem to allow container start without upgrade, the only button visible reads like "Upgrade nextcloud".
Describe the solution you'd like
The button "Start containers" should be visible.
Additional context
I had a problem performing the upgrade via AIO dashboard and would have liked to just start the (outdated) nextcloud containers in order to bring back the service while I'd have the time to do my research on the actual problem.
FYI The root cause of my problem seems to be a misconfigured watchtower that is unable to perform docker actions as I am running docker rootless.
I helped my self by upgrading the AIO master container via CLI:
docker compose pull && docker compose up -d
This is the log:
The
docker.sock
is accessible to nextcloud-aio-mastercontainer via volume mount/run/user/1230/docker.sock:/var/run/docker.sock:ro
.I guess AIO just does not "know" about that fact and tells watchtower to use
/var/run/docker.sock
. Did I miss out a point on your really great(!) step-by-step docker rootless AIO install howto?The text was updated successfully, but these errors were encountered: