From 6b9638d9ec91171e43f37f4a6a3e78eb60ba8a4e Mon Sep 17 00:00:00 2001 From: ralfk Date: Fri, 27 Jun 2025 09:18:04 +0200 Subject: [PATCH] Bauer: 2025-06-27 09:18:04 --- Technik/Nextcloud-Einstellungen.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/Technik/Nextcloud-Einstellungen.md b/Technik/Nextcloud-Einstellungen.md index 3488fb6..d989f0f 100644 --- a/Technik/Nextcloud-Einstellungen.md +++ b/Technik/Nextcloud-Einstellungen.md @@ -1,6 +1,6 @@ --- created: 2024-06-12T09:29 -updated: 2025-06-27T08:46 +updated: 2025-06-27T09:17 --- ### Einstellungen im VMManger : @@ -39,14 +39,29 @@ 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 +Wenn Files nicht mehr angzeigt werden aber da sind dann : - -```bash -sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices +``` +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ files:scan --all ``` -#synology #nextcloud \ No newline at end of file +##### occ + +**Reindex :** +sudo docker exec --user www-data -it php occ +``` +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices +``` + +**Wenn Files nicht mehr angzeigt werden aber da sind dann :** + +``` +sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ files:scan --all +``` + + + + +#synology #nextcloud