Bauer: 2025-06-27 09:18:04

This commit is contained in:
ralfk 2025-06-27 09:18:04 +02:00
parent 5137094111
commit 6b9638d9ec

View File

@ -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 <name-of-your-docker-container> 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
##### occ
**Reindex :**
sudo docker exec --user www-data -it <name-of-your-docker-container> 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