Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | valerio.bozzolan | T1069 Install OnlyOffice in Reyboz Nextcloud | ||
Resolved | valerio.bozzolan | T1068 Update reyboz nextCloud from 19.0.3 |
Event Timeline
Comment Actions
Now the Calendar app have to be updated from version 2.0.4.
I'm postponing to update, and Updating Nextcloud to 21.0.9.
Comment Actions
Updated to UTF-8 multi-byte 4
https://docs.nextcloud.com/server/22/admin_manual/configuration_database/mysql_4byte_support.html
Comment Actions
docker run -i -t -d -p 127.0.0.1:8084:80 --restart=always onlyoffice/documentserver-ee
Comment Actions
This caused a "Syntax error or access violation: 1118 Row size too large"
Fixed with:
ALTER TABLE oc_activity MODIFY COLUMN message TEXT;
As per:
https://github.com/nextcloud/server/issues/15648#issuecomment-494825914