nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.46k stars 294 forks source link

Add booksworm support for install.sh script #1856

Closed djamn closed 7 months ago

djamn commented 7 months ago

Description
Currently, in etc/ncp.cfg the config entry of the release is "release": "bullseye" but in the meantime, booksworm (one version above bullseye was released stable) and the install.sh returns an error

ttavenard commented 7 months ago

same problem here, do we just have to modify the ncp.cfg file ?

theCalcaholic commented 7 months ago

Duplicate of #1730

bookworm is not yet supported and will not be until a bit of groundwork has been done (do not expect bookworm support before 2024-03).

ovpc commented 6 months ago

@theCalcaholic Adding this info here as it has to do with bookworm and PHP8.2 Im using NextCloudPi v1.53.0 in a Proxmox VM Using Passwords 2023.12.32 and get notified it is the the last update for NC27 and PHP8.1 see https://git.mdns.eu/nextcloud/passwords/-/wikis/Administrators/Notifications/Platform-Support-Notification It includes info about legacy support so there is no reason to worry, the app will continue to work. I will wait for NCP to support bookworm and PHP8.2. Let me know if need testing update-os-ncp or install.sh in Bookworm.

theCalcaholic commented 6 months ago

@ovpc We will soon run Nextcloud via docker, so it will always be inside a container that contains a recent os and PHP version. That will also greatly simplify the upgrade process for the host OS in the future