docs: Add command line to access nextcloud occ binary
This commit is contained in:
parent
9dbeda11db
commit
c9b78e2cc2
|
@ -12,6 +12,14 @@
|
|||
|
||||
On peut trouver [la documentation ici][documentation].
|
||||
|
||||
## Aide
|
||||
|
||||
```sh
|
||||
docker exec --user www-data -it nextcloud bash
|
||||
|
||||
docker-compose exec --user www-data nextcloud php occ db:add-missing-primary-keys
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
- [x] Mise en place d'une sauvegarde / restauration de sauvegarde
|
||||
|
|
Loading…
Reference in New Issue