ich habe vorhin meine Nextcloud von Version 25 auf 26 geupdatet bekomme aber jetzt unter Sicherheit folgendes angezeigt :
Es gibt einige Warnungen zu Ihrer Systemkonfiguration.
In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das HinzufĂŒgen von Indizes in groĂen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das AusfĂŒhren von "occ db:add-missing-indices" können die fehlenden Indizes manuell hinzugefĂŒgt werden, wĂ€hrend die Instanz weiter lĂ€uft. Nachdem die Indizes hinzugefĂŒgt wurden, sind Anfragen auf die Tabellen normalerweise schneller.
Fehlender Index "fs_parent" in der Tabelle "oc_filecache".
An dieser Stelle wÀre es nun tatsÀchlich gut zu wissen, welches System Du hast, denn so kann Dir hier nicht weiter geholfen werden.
Liebe Nutzer des deutschen Subforums.
Es passiert leider hĂ€ufig genug, dass ganz wesentliche Infos bei vielen Threads fehlen. Dabei weiĂ niemand auĂer Euch selbst, wie ihr eure Maschine(n) konfiguriert habt. Doch Informationen sind wesentlich fĂŒr eventuelle Helfer.
Bitte beachtet beim Posten deshalb folgende kleine Hinweise - die erleichtern allen die Fehlersuche. Und sparen allen Zeit. Und auch Nerven
Bei welchen Anbieter? Was fĂŒr ein Server? v-server, shared, root, usw. Oder Lokal?
Auf welcher Hardware? PC, Raspberry PI, Banana, NAS uswâŠ
Betriebssystem sowie Version ALLER beteiligten Systeme
Nextcloud Version: <bitte ausfĂŒllen>
PHP Version: <bitte ausfĂŒllen>
Welche Datenbank? MySql,Engine X (Nginx),MariaDB uswâŠ
Apache version, usw.
LĂ€uft NC in Docker,Snap oder VM
Netzwerk Aufgliederung: zb. Router>Switch>PI>
Wurden vor kurzen Server Updates gemacht? Wenn ja von was?
Habt ihr die Logs angesehen von Nextcloud und von System?
Bei was fĂŒr einer Aktion ist der Fehler aufgetreten?
Das ist ein umfangreicher Fragenkatalog. Nicht immer ist es sinnvoll ALLES zu beantworten. Generell aber sollte gelten, lieber mehr Infos als wenig Infos.
Bei vielem hilft euch die App issue template aus dem App-Store.
user@raspi:~ # sudo -i
root@raspi:~ # cd /
root@raspi:/ # find -name occ
/var/www/html/nextcloud/occ
root@raspi:/ # sudo -u http php81 /var/www/html/nextcloud/occ db:add-missing-indices
Check indices of the share table.
Check indices of the filecache table.
Check indices of the twofactor_providers table.
Check indices of the login_flow_v2 table.
Check indices of the whats_new table.
Check indices of the cards table.
Check indices of the cards_properties table.
Check indices of the calendarobjects_props table.
Check indices of the schedulingobjects table.
Check indices of the oc_properties table.
Check indices of the oc_jobs table.
Check indices of the oc_direct_edit table.
Check indices of the oc_preferences table.
Check indices of the oc_mounts table.
Done.
root@raspi:/ #
Die Nextcloud sollte doch mit dem Benutzer âhttpâ laufen, oder?
Edit:
Versuch einmal an Stelle von âhttpâ den Benutzer âwww-dataâ
Habe es mit einer anderen Installation verwechselt, da ist der Nextcloud-Benutzer âhttpâ.
Versuch einmal an Stelle von âhttpâ den Benutzer âwww-dataâ, siehe oben.
Okay, also ganz anders als Àhnliche Installationen.
Deine Nextcloud liegt also im Ordner â/var/www/nextcloudâ. Jetzt wĂ€re nur noch der Benutzer interessant und der wĂ€re ganz rechts im Bild gewesen.
Bei einer Nextcloud-Installation sollte es www-data:www-data sein, es geht aber auch anders.
vielen Dank, damit hat es nun ohne Fehlermeldung geklappt.
Check indices of the share table.
Check indices of the filecache table.
Adding additional parent index to the filecache table, this can take some timeâŠ
Filecache table updated successfully.
Check indices of the twofactor_providers table.
Check indices of the login_flow_v2 table.
Check indices of the whats_new table.
Check indices of the cards table.
Check indices of the cards_properties table.
Check indices of the calendarobjects_props table.
Check indices of the schedulingobjects table.
Check indices of the oc_properties table.
Check indices of the oc_jobs table.
Check indices of the oc_direct_edit table.
Check indices of the oc_preferences table.
Check indices of the oc_mounts table.