Nextcloud 27.x Upgrade on Alpine v3.19
Package Information
- Package name: nextcloud
- Package version: nextcloud-27.1.10-r0
- Alpine version: 3.19.1
- Alpine architecture: x86_64
Summary
After upgrading my Nextcloud version from 27.1.9 to 27.1.10, it goes into Maintenance mode (as expected) but it will not finish and presents the following error message: "Exception: App "Metadata" cannot be installed because the following dependencies are not fulfilled: The library exif is not available."
The system does have the libexif package installed and this Nextcloud has been upgraded in the past from previous 27.x versions, which have worked perfectly fine.
Steps to reproduce
- Have Nextcloud 27.1.9 installed.
- Run
apk update
&&apk upgrade
, which upgrades Nextcloud to 27.1.10. - Navigate to the Nextcloud server in a web browser and click on the "Start update" button.
- Be presented with the error:
Exception: App "Metadata" cannot be installed because the following dependencies are not fulfilled: The library exif is not available.
- Check that the system does have the libexif package installed, which it does.
- Repeat Step 3 again with the result of Step 4 again.