diff --git a/Technik/Nextcloud-Einstellungen.md b/Technik/Nextcloud-Einstellungen.md index 177dbf8..3488fb6 100644 --- a/Technik/Nextcloud-Einstellungen.md +++ b/Technik/Nextcloud-Einstellungen.md @@ -1,6 +1,6 @@ --- created: 2024-06-12T09:29 -updated: 2025-05-30T10:32 +updated: 2025-06-27T08:46 --- ### Einstellungen im VMManger : @@ -39,6 +39,14 @@ in die config.php Datei ein, wie auf der nachfolgenden Abbildung zu sehen. Laden _`/var/lib/docker/volumes/nextcloud_aio_nextcloud/_data/config/`_ - +##### occ db:add-missing-indices + +sudo docker exec --user www-data -it php occ + + +```bash +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices +``` + #synology #nextcloud \ No newline at end of file