Bauer: 2025-06-27 08:46:49

This commit is contained in:
ralfk 2025-06-27 08:46:50 +02:00
parent dd80ceb28c
commit 5137094111

View File

@ -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 <name-of-your-docker-container> php occ
```bash
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices
```
#synology #nextcloud