Freenas plugin - Fallo al actualizar

Nextcloud version 10.0.3 a 10.0.5
Operating system and version FreeNAS 11

Ejecuté una actualización del Nextcloud con el asistente. Al finalizar elijo hacerlo via web, y al ingresar a Nextcloud, sale el siguiente cartel:


Se necesita actualización

Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización.

Para ayuda, mirar la documentación.

Alguien puede indicarme cómo acceso a la línea de comandos y cuáles son los comandos que debería ejecutar.

Muchas gracias.

I run Nextcloud on NAS4Free and I have to run the command this way.

change to your Nextcloud directory

sudo -u www ./occ

sudo -u will run the command as user www. The command is ./occ

I had to chmod 744 the .occ file so it would be allowed to execute.

Look in the Nextcloud admin documentation for command line upgrade, and substitute the above (or similar) command to run it.