Creating a bug report/issue
Required Information
- DietPi version |
- G_DIETPI_VERSION _CORE=8
- G_DIETPI_VERSION_SUB=16
- G_DIETPI_VERSION_RC=2
- G_GITBRANCH=‘master’
- G_GITOWNER=‘MichaIng’
- G_LIVE_PATCH_STATUS[0]=‘not applicable’
- Distro version | bullseye
- Kernel version | Linux DietPi 6.1.11-meson64 #23.02.2 SMP PREEMPT Sat Feb 18 00:07:55 UTC 2023 aarch64 GNU/Linux
- Architecture | arm64
- SBC model | Odroid N2 (aarch64)
Additional Information (if applicable)
- Software title | Nextcloud version 25.0.1
- Was the software title installed freshly or updated/migrated?
- Try to update
Steps to reproduce
- run
phpenmod phar
- run
sudo -u www-data php /var/www/nextcloud/updater/updater.phar
Expected behaviour
- Nextcloud should update to latest version
Actual behaviour
- Not updating to latest version
Extra details
The log of update:
root@DietPi:~# phpenmod phar
root@DietPi:~# sudo -u www-data php /var/www/nextcloud/updater/updater.phar
Nextcloud Updater - version: v25.0.0beta3-17-gef6cf2d
Current version is 25.0.1.
Update to Nextcloud 25.0.6 available. (channel: “stable”)
Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-25.0.6.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
Continue 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] y
Nextcloud is already latest version
Keep maintenance mode active? [y/N] n
Maintenance mode already disabled
Maintenance mode is disabled
root@DietPi:~#
Also the web updater is not working.
Can anybody explain me, why that happens?