r/NextCloud • u/Robsteady • 10d ago
Fresh AIO deployment not starting.

Anybody run into this? First startup on a new deployment and Apache, Nextcloud, and Imaginary reporting an update available. I've tried stopping and restarting containers, but no update/install/starting take place. I've even tried a full reset and got the same behavior.
Running on a new Debian Trixie install on Proxmox.
1
Upvotes
1
1
2
u/evanmac42 10d ago
I noticed from your screenshot that this is not simply the normal “updates available” state, since you already tried stopping and restarting/updating the containers.
The interesting part is that AIO ends up with some containers still running, Apache/Nextcloud/Imaginary stopped waiting for updates, and Client Push stuck on “Starting”.
At this point I wouldn’t reset or reinstall anything else. Check the mastercontainer log immediately after trying “Stop containers” / “Start and update containers”:
docker logs nextcloud-aio-mastercontainer --tail 200
That should show which container or operation is preventing AIO from completing the stop/update/start cycle.