Updated readme

This commit is contained in:
Kevin Veen-Birkenbach 2022-01-30 16:13:35 +01:00
parent 5caeb99c1d
commit 5869e0782d

View File

@ -67,6 +67,15 @@ To use occ run:
```bash ```bash
docker exec -it -u www-data nextcloud_application_1 /var/www/html/occ docker exec -it -u www-data nextcloud_application_1 /var/www/html/occ
``` ```
### app relevant tables
- oc_appconfig
- oc_migrations
### initialize duplicates
```bash
sudo docker exec -it -u www-data nextcloud_application_1 /var/www/html/occ duplicates:find-all --output
```
### unlock files ### unlock files
```bash ```bash