From 513709411174de9f54752bd84d1a0af9907b2b89 Mon Sep 17 00:00:00 2001 From: ralfk Date: Fri, 27 Jun 2025 08:46:50 +0200 Subject: [PATCH] Bauer: 2025-06-27 08:46:49 --- Technik/Nextcloud-Einstellungen.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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