Nextcloud/Repair: Unterschied zwischen den Versionen

Aus Foxwiki
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
K Textersetzung - „wikitable“ durch „table table-striped table-hover“
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
$ sudo -u ''[[ApacheUser]]'' php occ <OPTION>
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo -u [[ApacheUser]] php occ <OPTION>
</syntaxhighlight>


{| class="wikitable big options"
 
{| class="table table-striped table-hover options"
|-
|-
! Option !! Beschreibung  
! Option !! Beschreibung  
Zeile 15: Zeile 18:
| db:add-missing-primary-keys ||
| db:add-missing-primary-keys ||
|-
|-
| db:convert-filecache-bigint |
| db:convert-filecache-bigint ||
|-
|-
| occ app:update --all ||
| occ app:update --all ||
|-
|}
|}


[[Kategorie:Nextcloud/Verwaltung]]
[[Kategorie:Nextcloud/Konfiguration]]

Aktuelle Version vom 29. Juli 2026, 10:48 Uhr

sudo -u [[ApacheUser]] php occ <OPTION>


Option Beschreibung
maintenance:repair
files:scan --all
db:add-missing-columns
db:add-missing-indices
db:add-missing-primary-keys
db:convert-filecache-bigint
occ app:update --all