Nextcloud: eliminar errores

Error1

Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running ‘occ db:convert-filecache-bigint’ those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this.

  • mounts.storage_id
  • mounts.root_id
  • mounts.mount_id
  • Creamos una conexión SSH y nos ubicamos en
cd /var/www/html/SIUA
  • Nos logeamos como usuario ww-dat
su -s /bin/sh www-data
  • Ejecutamos
php occ db:convert-filecache-bigint --no-interaction
  • Resultado

Error2

  • Missing index “properties_path_index” in table “oc_properties”.
  • Creamos una conexión SSH y nos ubicamos en
cd /var/www/html/SIUA
  • Nos logeamos como usuario ww-dat
su -s /bin/sh www-data
  • Ejecutamos
php occ db:add-missing-indices

Error3

  • Missing optional column “reference_id” in table “oc_comments”.
  • Ejecutamos
php occ db:add-missing-columns