linux:anwendungen:nextcloud:update_manuell
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| linux:anwendungen:nextcloud:update_manuell [2023/12/04 15:38] – angelegt max | linux:anwendungen:nextcloud:update_manuell [Unbekanntes Datum] (aktuell) – Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Update Nextcloud Instanz Manuell wenn Alt ====== | ||
| + | Update und schaue jedes mal auf die Overview Seite | ||
| + | |||
| + | Update von Nextcloud version 20 getestet: | ||
| + | Das Update kann aufgrund von zahlreichen Möglichkeiten Fehlschlagen. z.B. Apps | ||
| + | |||
| + | - Nextcloud 23 ist die letzte Verison mit PHP 7.3 | ||
| + | - Ab Nextcloud 24 erfordert mindestens PHP 7.4 | ||
| + | - import GPG Key for php | ||
| + | - update deb package-source-list | ||
| + | - apt update | ||
| + | - apt install php7.4 | ||
| + | - php -v | ||
| + | - apt install php7.4-curl php7.4-gd php7.4-mbstring php7.4-xml php7.4-zip php7.4-mysql php7.4-opcache | ||
| + | - Update to 24 | ||
| + | - systemctl restart apache2 | ||
| + | - Check Webinterface (Error using 7.3 but install 7.4) | ||
| + | - Wenn Error -> Enable php7.4 | ||
| + | - a2dismod php7.3 | ||
| + | - a2enmod php7.4 | ||
| + | - systemctl restart apache2 | ||
| + | - Update to 25 | ||
| + | - Updateversuch auf 26 schlägt fehl. (Up to date...) | ||
| + | - PHP8.0 | ||
| + | - apt install php8.0-curl php8.0-gd php8.0-mbstring php8.0-xml php8.0-zip php8.0-mysql php8.0-opcache | ||
| + | - Deinstallation von PHP7.X | ||
| + | - apt remove php7* | ||
| + | - Check Webinterface (Error NC not compatible with PHP> | ||
| + | - Update to 26 (sudo -u www-data php ./ | ||
| + | - Check Webinterface (Error Browser not supported) | ||
| + | - Update to 27 (sudo -u www-data php ./ | ||
