NextCloud Update: Difference between revisions

From WikiMLT
Line 2: Line 2:


== Using the command line based updater ==
== Using the command line based updater ==
The command can also be used to complete a stuck web update.
The command can also be used to complete a stuck web update.<syntaxhighlight lang="shell" line="1">
sudo -u www-data \
php --define apc.enable_cli=1 /var/www/cloud.metalevel.tech/updater/updater.phar
</syntaxhighlight>


== References ==
== References ==


* ...
* 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]





Revision as of 21:50, 24 September 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

Ref­er­ences