Help to fix a broken Yunohost system

wow!

root@xxxx:~# sudo apt update
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:5 http://archive.raspberrypi.org/debian bookworm InRelease
Hit:6 https://dl.yarnpkg.com/debian stable InRelease
Hit:7 https://packages.sury.org/apache2 bookworm InRelease
Hit:8 https://packages.sury.org/php bookworm InRelease
Hit:4 https://forge.yunohost.org/debian bookworm InRelease
Get:9 https://packages.sury.org/php bookworm/main armhf Packages [278 kB]
Get:10 https://packages.sury.org/php bookworm/main arm64 Packages [279 kB]
Fetched 557 kB in 2s (232 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
42 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@xxxx:~# sudo apt-cache policy php8.4-fpm
php8.4-fpm:
  Installed: (none)
  Candidate: 8.4.21-3+0~20260514.49+debian12~1.gbp45ccaf
  Version table:
     8.4.21-3+0~20260514.49+debian12~1.gbp45ccaf 500
        500 https://packages.sury.org/php bookworm/main arm64 Packages
root@xxxx:~#

You can retry upgrading nextcloud now

Yes, after a dist-upgrade, I’d say.

Thank you so much for your support!

2 Likes

For roundcube, you can either create a fake php conf file or upgrade without backup

  1. backup pre-upgrade fail : "phpversion : variable sans liaison" · Issue #258 · YunoHost-Apps/roundcube_ynh · GitHub
  2. yunohost app upgrade roundcube -b
    If it’s OK, you can mark this issue as solved

Nextcloud update stops again because

File or folder '/etc/php/8.3/fpm/pool.d/nextcloud.conf' to be backed up does not exist

Is it ok to cheat creating that missing file like a did previously?