Page MenuHomeGitPull.it

Update reyboz nextCloud from 19.0.3
Closed, ResolvedPublic

Event Timeline

valerio.bozzolan created this task.

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.

Updated Calendar and Contacts app for Nextcloud 22.

docker run -i -t -d -p 127.0.0.1:8084:80 --restart=always onlyoffice/documentserver-ee

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