;al wieder ein Problem mit dem Update von nextcloud

Ich bin gerade dabei, nextcoud mal wieder auf einen aktuellen Stand zu bringen - von 27 auf aktuell.

Läuft bei mir lokal mit docker auf raspberrry.

Da man ja immer nur eine Version hoch kann, habe ich mit nextcloud:28 angefangen, das hat auch geklappt. Nachdem alles lief, habe ich das image für 29 installiert, nextcloud startet auch, ist aber nur im Wartungsmodus. Im log kann ich keine Fehler erkennen:

Hier mein log:

Warning: /var/www/html/config/redis.config.php differs from the latest version of this image at /usr/src/nextcloud/config/redis.config.php

Warning: /var/www/html/config/reverse-proxy.config.php differs from the latest version of this image at /usr/src/nextcloud/config/reverse-proxy.config.php

Warning: /var/www/html/config/s3.config.php differs from the latest version of this image at /usr/src/nextcloud/config/s3.config.php

Warning: /var/www/html/config/smtp.config.php differs from the latest version of this image at /usr/src/nextcloud/config/smtp.config.php

Warning: /var/www/html/config/upgrade-disable-web.config.php differs from the latest version of this image at /usr/src/nextcloud/config/upgrade-disable-web.config.php

=> Searching for scripts (*.sh) to run, located in the folder: /docker-entrypoint-hooks.d/before-starting

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message

[Mon Apr 21 17:13:58.352584 2025] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.62 (Debian) PHP/8.2.28 configured -- resuming normal operations

[Mon Apr 21 17:13:58.352921 2025] [core:notice] [pid 1:tid 1] AH00094: Command line: 'apache2 -D FOREGROUND'

192.168.178.67 - - [21/Apr/2025:17:16:32 +0000] "GET /login HTTP/1.1" 503 13399 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0"

5.183.209.244 - - [21/Apr/2025:17:32:29 +0000] "GET / HTTP/1.1" 400 13669 "-" "-"

192.168.178.67 - - [21/Apr/2025:17:36:25 +0000] "GET /login HTTP/1.1" 503 13399 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0"

192.168.178.67 - - [21/Apr/2025:17:41:40 +0000] "GET /login HTTP/1.1" 503 13399 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0"

154.81.156.54 - - [21/Apr/2025:17:41:59 +0000] "GET / HTTP/1.1" 400 13679 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46"

185.255.122.19 - - [21/Apr/2025:17:48:49 +0000] "GET / HTTP/1.1" 400 13675 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46"

Was könnte ich versuchen, um das in Ordnung zu bringen?
Daten habe ich alle gesichert, config aber nicht. :slightly_frowning_face:

Dankbar für Tipps,
Eddie

Falls jemand auf das gleiche Problem stößt, ich habe die Lösung im englischsprachigen Teil gefunden (hatte erst nicht mit den richtigen Begriffen gesucht):

Pfad zu occ noch anpassen, bei mir: /var/www/html/occ

2 Likes