You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with group folders during update to NC27. When I run occ upgrade, this error occures:
Exception: Database error when running migration 1401000Date20230426112001 for app groupfolders
Index 'groups_folder_group' does not exist on table 'oc_group_folders_groups'.
Update failed
When I run occ db:add-missing-indices, then the output indicates that everything is OK:
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Check indices of the share table.
Check indices of the filecache table.
Check indices of the twofactor_providers table.
Check indices of the login_flow_v2 table.
Check indices of the whats_new table.
Check indices of the cards table.
Check indices of the cards_properties table.
Check indices of the calendarobjects_props table.
Check indices of the schedulingobjects table.
Check indices of the oc_properties table.
Check indices of the oc_jobs table.
Check indices of the oc_direct_edit table.
Check indices of the oc_preferences table.
Check indices of the oc_mounts table.
Done.
So, what can I do?
The text was updated successfully, but these errors were encountered:
There is a problem with group folders during update to NC27. When I run
occ upgrade
, this error occures:When I run
occ db:add-missing-indices
, then the output indicates that everything is OK:So, what can I do?
The text was updated successfully, but these errors were encountered: