Nextcloud/Update: Unterschied zwischen den Versionen
Zeile 46: | Zeile 46: | ||
===== Projekt ===== | ===== Projekt ===== | ||
===== Weblinks ===== | ===== Weblinks ===== | ||
# https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html | |||
# https://techoverflow.net/2022/06/17/how-to-fix-nextcloud-step-is-currently-in-process-please-call-this-command-later/ | # https://techoverflow.net/2022/06/17/how-to-fix-nextcloud-step-is-currently-in-process-please-call-this-command-later/ | ||
[[Kategorie:Nextcloud/Konfiguration]] | [[Kategorie:Nextcloud/Konfiguration]] | ||
</noinclude> | </noinclude> |
Aktuelle Version vom 26. Oktober 2024, 01:10 Uhr
Nextcloud/Update - Update auf der Konsole
Beschreibung
Schritt | Beschreibung |
---|---|
1 | Updater starten |
2 | occ upgrade |
3 | Maintenance-Mode abschalten |
4 | php8.2-fpm.service neu starten |
Anwendung
Updater
sudo -u web13 php8.2 --define apc.enable_cli=1 updater/updater.phar
occ upgrade
sudo -u web13 php8.2 --define apc.enable_cli=1 occ upgrade
Maintenance-Mode
- Maintenance-Mode abschalten
sudo -u web13 php8.2 --define apc.enable_cli=1 occ maintenance:mode --off
PHP-FPM
- PHP-FPM neu starten
sudo systemctl restart php8.2-fpm.service
Anhang
Siehe auch
Links
Projekt
Weblinks
- https://docs.nextcloud.com/server/latest/admin_manual/maintenance/update.html
- https://techoverflow.net/2022/06/17/how-to-fix-nextcloud-step-is-currently-in-process-please-call-this-command-later/