[Solved] Nextcloud-aio-nextcloud failing create

UPDATE: User error, I made a woopsie. I deleted an external storage I didnt need anymore and that was the issue. Im silly

Hello, I have borg-backup and auto-update enabled on my Nextcloud AIO Master container, and i believe it recently did an update that broke creating the main Nextcloud container. nextcloud-aio-nextcloud no longer shows up in Portainer, and these logs show up in the master container logs. Help is appreciated as I depend on my nextcloud server for my cloud storage for school, and mobile push notifications.

Actions

      

Trying to fix docker.sock permissions internally...

Creating docker group internally with id 991

Initial startup of Nextcloud All-in-One complete!

You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!

E.g. https://internal.ip.of.this.server:8080

If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:

https://your-domain-that-points-to-this-server.tld:8443

++ head -1 /mnt/docker-aio-config/data/daily_backup_time

+ BACKUP_TIME=07:00

+ export BACKUP_TIME

+ export DAILY_BACKUP=1

+ DAILY_BACKUP=1

++ sed -n 2p /mnt/docker-aio-config/data/daily_backup_time

+ '[' '' '!=' automaticUpdatesAreNotEnabled ']'

+ export AUTOMATIC_UPDATES=1

+ AUTOMATIC_UPDATES=1

++ sed -n 3p /mnt/docker-aio-config/data/daily_backup_time

+ '[' '' '!=' successNotificationsAreNotEnabled ']'

+ export SEND_SUCCESS_NOTIFICATIONS=1

+ SEND_SUCCESS_NOTIFICATIONS=1

+ set +x

[24-Feb-2024 23:32:58] NOTICE: fpm is running, pid 164

[24-Feb-2024 23:32:58] NOTICE: ready to handle connections

INF ts=1708817578.5667942 msg=using provided configuration config_file=/Caddyfile config_adapter=

[Sat Feb 24 23:32:58.567362 2024] [mpm_event:notice] [pid 158:tid 140042895719176] AH00489: Apache/2.4.58 (Unix) OpenSSL/3.1.4 configured -- resuming normal operations

[Sat Feb 24 23:32:58.567390 2024] [core:notice] [pid 158:tid 140042895719176] AH00094: Command line: 'httpd -D FOREGROUND'

NOTICE: PHP message: Slim Application Error

Type: Exception

Code: 0

Message: Could not start container nextcloud-aio-nextcloud: Client error: `POST http://localhost/v1.41/containers/create?name=nextcloud-aio-nextcloud` resulted in a `400 Bad Request` response:

{"message":"invalid mount config for type \"bind\": bind source path does not exist: /ext/nextcloud"}

File: /var/www/docker-aio/php/src/Docker/DockerActionManager.php


1 Like