NextCloud Update: Difference between revisions

From WikiMLT
Line 14: Line 14:
* NextCloud Docs: [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-web-based-updater Using the web based updater] | [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-web-based-updater Finish via command line based upgrade]
* NextCloud Docs: [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-web-based-updater Using the web based updater] | [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-web-based-updater Finish via command line based upgrade]
* NextCloud Docs: [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-command-line-based-updater Using the command line based updater]
* NextCloud Docs: [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-command-line-based-updater Using the command line based updater]
* NextCloud Docs: [https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html#using-the-command-line-based-updater Using the <code>occ</code> command]
* NextCloud Docs: [https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#apps-commands-label Using the <code>occ</code> command]





Revision as of 18:37, 14 October 2022

Us­ing the com­mand line based up­dater

The com­mand can al­so be used to com­plete a stuck web up­date.

sudo -u www-data \
php --define apc.enable_cli=1 /var/www/cloud.metalevel.tech/updater/updater.phar

In or­der to up­date all apps from CLI use:

sudo -u www-data \
php --define apc.enable_cli=1 /var/www/cloud.metalevel.tech/occ app:update --all

Ref­er­ences