diff --git a/pages/02.linux/nextcloud/default.en.md b/pages/02.linux/nextcloud/default.en.md index 4b13cd5..58b0bf7 100644 --- a/pages/02.linux/nextcloud/default.en.md +++ b/pages/02.linux/nextcloud/default.en.md @@ -200,6 +200,20 @@ sudo -u www-data php /var/www/nextcloud/updater/updater.phar [/shuser] +Always check the admin status page after an upgrade. Sometimes additional steps are needed to fully complete the upgrade + +#### Missing indices in database + +The missing indices can be added using `occ` + +[shuser] + +```sh +sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices +``` + +[/shuser] + ### Backup Database Dump database to file