mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #676 from nextcloud/fix-upgrade-syntax
Fix upgrade page syntax
This commit is contained in:
@@ -103,10 +103,10 @@ Upgrading to Nextcloud 13
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
With Nextcloud 13 we added a new index to the share table which should result in
|
||||
significant performance improvements:
|
||||
significant performance improvements::
|
||||
|
||||
$ sudo -u www-data php occ db:add-missing-indice
|
||||
|
||||
With Nextcloud 13 we switched to bigint for the file ID's in the file cache table
|
||||
With Nextcloud 13 we switched to bigint for the file ID's in the file cache table::
|
||||
|
||||
$ sudo -u www-data php occ db:convert-filecache-bigint
|
||||
|
||||
Reference in New Issue
Block a user