Nextcloud – fehlende Spalten hinzufügen
System
Ubuntu 18.x
Nextcloud 19.0.1
Ursache
Nach der Aktualisierung von der Nextcloud Version 18.x auf 19 wird die folgende Meldung auf der Übersichtsseite ausgegeben:
The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running „occ db:add-missing-columns“ those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.
Missing optional column „reference_id“ in table „oc_comments“.
Lösung
Meldne Sie sich über die Konsole auf Ihrem Server als Superuser an
sudo -s root
Führen Sie den folgenden Befehl für den Verzeichniswechsel aus.
cd /var/www/nextcloud
Fügen Sie mit den Befehl die fehlende Indizes hinzu
sudo -u www-data php occ db:add-missing-columns