mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Updated readme
This commit is contained in:
parent
597a0ab9ad
commit
1ee2d76eef
@ -67,6 +67,15 @@ To use occ run:
|
||||
```bash
|
||||
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
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user