On Thu, 18 Sep 2025 at 21:35:19 +0200, Paul Muster wrote: > $config['plugins'] = array( > 'archive', > 'zipdownload', > 'managesieve', > 'carddav' > );
Like for https://bugs.debian.org/#1037537#22 , `carddav` is not a plugin coming from Debian. AFAICT it has its own DB migrations, which are not supported by `apt upgrade`. Does it work if you remove the plugin from the array? > On that link > <https://piuparts.debian.org/bookworm/pass/roundcube-core_1.6.5+dfsg-1+deb12u5.log> > I find a line > Setting up roundcube-core (1.6.5+dfsg-1+deb12u5) ... > but that looks like a fresh install and not an upgrade. Right, that's the bookworm test (package installation, removal, and purge test). My previous link was for upgrade from bullseye to bookworm (package installation in bullseye, dist-upgrade to bullseye-next, removal, and purge test). Thought bullseye-next is currently .4.15+dfsg.1-1+deb11u5 for some reason, and not the version currently found in bookworm. But I tried manually and the upgrade was smooth :-) > Is there a way to debug the php script /usr/share/roundcube/bin/update.sh as > with set -x in a bash script? There is Xdebug for instance. -- Guilhem.
signature.asc
Description: PGP signature

