Nextcloud/update: Unterschied zwischen den Versionen
Zeile 18: | Zeile 18: | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line> | ||
sudo -u web13 php8.2 --define apc.enable_cli=1 updater/updater.phar | sudo -u web13 php8.2 --define apc.enable_cli=1 updater/updater.phar | ||
Nextcloud Updater - version: v29.0.0-23-g6a5f9ec | |||
Current version is 30.0.2. | |||
Update to Nextcloud 30.0.4 available. (channel: "stable") | |||
Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-30.0.4.zip | |||
Open changelog ↗ | |||
Steps that will be executed: | |||
[ ] Check for expected files | |||
[ ] Check for write permissions | |||
[ ] Create backup | |||
[ ] Downloading | |||
[ ] Verify integrity | |||
[ ] Extracting | |||
[ ] Enable maintenance mode | |||
[ ] Replace entry points | |||
[ ] Delete old files | |||
[ ] Move new files in place | |||
[ ] Done | |||
Start update? [y/N] y | |||
Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. | |||
[✔] Check for expected files | |||
[✔] Check for write permissions | |||
[✔] Create backup | |||
[✔] Downloading | |||
[✔] Verify integrity | |||
[✔] Extracting | |||
[✔] Enable maintenance mode | |||
[✔] Replace entry points | |||
[✔] Delete old files | |||
[✔] Move new files in place | |||
[✔] Done | |||
Update of code successful. | |||
Should the "occ upgrade" command be executed? [Y/n] n | |||
Please now execute "./occ upgrade" to finish the upgrade. | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 13. Dezember 2024, 10:39 Uhr
Nextcloud/update - Update auf der Konsole
Beschreibung
Schritt | |
---|---|
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
Nextcloud Updater - version: v29.0.0-23-g6a5f9ec
Current version is 30.0.2.
Update to Nextcloud 30.0.4 available. (channel: "stable")
Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-30.0.4.zip
Open changelog ↗
Steps that will be executed:
[ ] Check for expected files
[ ] Check for write permissions
[ ] Create backup
[ ] Downloading
[ ] Verify integrity
[ ] Extracting
[ ] Enable maintenance mode
[ ] Replace entry points
[ ] Delete old files
[ ] Move new files in place
[ ] Done
Start update? [y/N] y
Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.
[✔] Check for expected files
[✔] Check for write permissions
[✔] Create backup
[✔] Downloading
[✔] Verify integrity
[✔] Extracting
[✔] Enable maintenance mode
[✔] Replace entry points
[✔] Delete old files
[✔] Move new files in place
[✔] Done
Update of code successful.
Should the "occ upgrade" command be executed? [Y/n] n
Please now execute "./occ upgrade" to finish the upgrade.
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/