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 20:50, 24 September 2022
Using the command line based updater
The command can also be used to complete a stuck web update.
sudo -u www-data \
php --define apc.enable_cli=1 /var/www/cloud.metalevel.tech/updater/updater.phar
References
- NextCloud Docs: Using the web based updater | Finish via command line based upgrade
- NextCloud Docs: Using the command line based updater
- NextCloud Docs: Using the command line based updater