Updating Next cloud from the CLI » History » Revision 2
Revision 1 (Gareth Eaton, 08/11/2023 04:47 PM) → Revision 2/3 (Gareth Eaton, 08/11/2023 04:49 PM)
h1. Updating Next cloud from the CLI
This script is used for updating your Nextcloud installation to a newer version. It handles the process of downloading, installing, and configuring updates for Nextcloud.
<pre>
sudo -u www-data php /var/www/html/nextcloud/updater/updater.phar
</pre>