Vor wenigen Tage ist der ownCloud Fork Nextcloud in der Version 11.0.0 erschienen. In diesem Beitrag zeige ich euch wie ihr von Version 10.0.2 auf Version 11.0.0 updatet.
cd /var/www sudo -u www-data php occ maintenance:mode --on wget https://download.nextcloud.com/server/releases/nextcloud-11.0.0.zip mv nextcloud nextcloud-old unzip nextcloud-11.0.0.zip cp nextcloud-old/config/config.php nextcloud/config/config.php cp -r nextcloud-old/data nextcloud/ sudo chown -R www-data:www-data nextcloud sudo -u www-data php occ upgrade sudo -u www-data php occ maintenance:mode --off rm -r nextcloud-old
Das ist der gesamte Ablauf und geht relativ schenll
Anzeige