Add Nextcloud post-upgrade steps and missing indices command
This commit is contained in:
parent
a97db82095
commit
9287d8e747
@ -200,6 +200,20 @@ sudo -u www-data php /var/www/nextcloud/updater/updater.phar
|
||||
|
||||
[/shuser]
|
||||
|
||||
Always check the admin status page after an upgrade. Sometimes additional steps are needed to fully complete the upgrade
|
||||
|
||||
#### Missing indices in database
|
||||
|
||||
The missing indices can be added using `occ`
|
||||
|
||||
[shuser]
|
||||
|
||||
```sh
|
||||
sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices
|
||||
```
|
||||
|
||||
[/shuser]
|
||||
|
||||
### Backup Database
|
||||
|
||||
Dump database to file
|
||||
|
Loading…
Reference in New Issue
Block a user