|

Fix “Incorrect row format” Warning After Upgrading to Nextcloud Hub 10 (31.0.0)

After upgrading to Nextcloud Hub 10 (version 31.0.0), you may encounter the following warning in the Admin > Settings > Overview section: ❗️ Some tables in the database are not using the recommended row format “DYNAMIC”. This guide helps you fix that efficiently using native MySQL/MariaDB tools, without relying on scripts that may not always…

|

Error 413 on large file uploads with Nextcloud behind Nginx reverse proxy.

If you are running Nextcloud behind a Nginx proxy server, you will need to change the maximum file size for uploads which by default is only 1MB on Nginx. You can use the “client_max_body_size” directive to set the required file size for uploading. This directive can be set in the http, server or location context….