-
Steps to reproduce
Expected behaviorShould be possible to restart containers without performing "update mastercontainer", e.g. if backup failed Actual behaviorCan only proceed with "update mastercontainer", or accept that nextcloud remains down Other informationHost OSUbuntu 22.0.4 LTS Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
It is possible to start them via CLI: Afterwards reload the AIO interface and you should see the new state. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately this is not a solution. I just tried this, and it was perhaps not the best choice. But, now it's done. It automatically started the mastercontainer update, at least that is what the AIO web admin UI told me, so that was unavoidable it seems, and the ticket is still valid. Now I am running Nextcloud AIO 9.7.0, before I was able to create a backup as I was intending. This command also started the backup container, so now that is running while the other containers are starting. I manually stopped the container, since it typically asks you to stop the containers before running a backup. |
Beta Was this translation helpful? Give feedback.
-
You probably would have needed to reload the aio interface as it is only recreated on reload. So the command should have done its job and afterwards reloading should have shown the new state to you. |
Beta Was this translation helpful? Give feedback.
-
Right. forgot about the backup container. |
Beta Was this translation helpful? Give feedback.
-
I'll move this to the ideas section as this would be a new feature. |
Beta Was this translation helpful? Give feedback.
-
I wanted to avoid any changes before a backup was completed. And backup failed, for reasons (separate discussion ticket). But, with starting the containers, the mastercontainer update was forced. Is this unavoidable? |
Beta Was this translation helpful? Give feedback.
It is possible to start them via CLI:
docker start $(docker ps -a --format {{.Names}} | grep nextcloud-aio | grep -v "borgbackup\|watchtower" )
Afterwards reload the AIO interface and you should see the new state.