Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-nextcloud [2024-04-28 Sun wk17 14:55] – [Nextcloud with supervisord] baumkpdocker_notes:docker-nextcloud [2025-04-11 Fri wk15 06:23] (current) – [Incorrect row format found in your database] baumkp
Line 13: Line 13:
 The base [[https://hub.docker.com/_/nextcloud|Nextcloud]] image does not directly support cron.  So it needs to be added, for the nextcloud-fpm.alpine version see [[https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/fpm-alpine|github nextcloud docker fpm-apline cron dockerfile examples]] The base [[https://hub.docker.com/_/nextcloud|Nextcloud]] image does not directly support cron.  So it needs to be added, for the nextcloud-fpm.alpine version see [[https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/fpm-alpine|github nextcloud docker fpm-apline cron dockerfile examples]]
  
-Today after upgrading to Nextcloud 29 I finally got rid of all my administration page errors. This included some issues with nginx configuration that magically went away with version 29 and adding imagemagick-svg to the image as just noted. As well as cleaning up [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud#file_integrity_check|file integrity error messages]].+++tl;dr;|Today (2024-04-27) after upgrading to Nextcloud 29 I finally got rid of all my administration security and setup page warnings and errors. This included some issues with nginx configuration that magically went away with version 29 and adding imagemagick-svg to the image as just noted. As well as cleaning up [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud#file_integrity_check|file integrity error messages]].  This is the first time since moving to Nextcloud on Docker and quite some time before that.++
  
 As docker adminstartion warns about missing php imagemagick-svg support I also added the Apline package to the updated image to rectify this warning.   As docker adminstartion warns about missing php imagemagick-svg support I also added the Apline package to the updated image to rectify this warning.  
Line 154: Line 154:
 ====Installing and Using MariaDB via Docker==== ====Installing and Using MariaDB via Docker====
 [[https://mariadb.com/kb/en/installing-and-using-mariadb-via-docker/|Installing and Using MariaDB via Docker]] [[https://mariadb.com/kb/en/installing-and-using-mariadb-via-docker/|Installing and Using MariaDB via Docker]]
-[[start]]+ 
 +====Incorrect row format found in your database==== 
 +First step is to backup database. 
 +  *[[https://help.nextcloud.com/t/upgrade-to-nextcloud-hub-10-31-0-0-incorrect-row-format-found-in-your-database/218366/8|Nextcloud Incorrect row format found in your database]] 
 +  *[[https://techoverflow.net/2025/03/12/how-to-convert-nextcloud-mariadb-mysql-tables-to-row-format-dynamic/|How to convert Nextcloud MariaDB/MySQL tables to ROW_FORMAT=Dynamic]]
  
 ====logging==== ====logging====
Line 559: Line 563:
   *[[https://docs.nextcloud.com/server/latest/admin_manual/office/configuration.html#wopi-settings|Nextcloud Office App Settings]]   *[[https://docs.nextcloud.com/server/latest/admin_manual/office/configuration.html#wopi-settings|Nextcloud Office App Settings]]
  
 +=====Whiteboard App=====
 +The official whiteboard app for Nextcloud. It allows users to create and share whiteboards with other users and collaborate in real-time.
 +  *[[https://github.com/nextcloud/whiteboard|Nextcloud Whiteboard]]
 =====Other Possible Apps/Images===== =====Other Possible Apps/Images=====
   *[[https://crazymax.dev/diun/|Diun]] is a tool to notify if docker images have been updated. (Reportedly better than automatic updates such as watchtower.)   *[[https://crazymax.dev/diun/|Diun]] is a tool to notify if docker images have been updated. (Reportedly better than automatic updates such as watchtower.)