Closed fsch2 closed 4 months ago
I was able to solve this in the following way:
DROP INDEX rd_wopi_token_idx ON nc_9337_richdocuments_wopi;
./occ upgrade
./occ db:add-missing-indices
See https://github.com/nextcloud/server/issues/41253 for details.
⚠️ This issue respects the following points: ⚠️
Bug description
I am trying to upgrade from 28.0.6 to 29.0.2.
Web interface and upgrade via SSH running
occ
show the same behavior. The error message is "InvalidArgumentException: Index name "rd_wopi_token_idx" for table "nc_9337_richdocuments_wopi" collides with the constraint on table "nc_9337_officeonline_wopi"."Steps to reproduce
Run
./occ upgrade
:Expected behavior
Update completes successfully. Maybe also by deactivating some apps.
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response