remove litestream docs from nextcloud

now that i've migrated from sqlite to mariadb
This commit is contained in:
Noah Masur
2023-08-06 16:38:24 -04:00
parent 9b44d8f171
commit 6a0e70568a
2 changed files with 6 additions and 43 deletions

View File

@ -8,6 +8,12 @@ sudo -u nextcloud nextcloud-occ maintenance:repair
sudo -u nextcloud nextcloud-occ maintenance:mode --off
```
## Rescan Files
```
sudo -u nextcloud nextcloud-occ files:scan --all
```
## Converting from SQLite to MySQL (mariadb)
First: keep Nextcloud set to SQLite as its dbtype, and separately launch MySQL