Mon serveur YunoHost
Matériel: Serveur dédié Online
Version de YunoHost: 4.4.2.6
J’ai accès à mon serveur : SSH / WebAdmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non
Si oui, expliquer:
Description du problème
Je souhaite migrer vers la dernière version de Yunohost via la commande: sudo yunohost tools migrations migrate --accept-disclaimer
et upgrade ma distro sur Debian 11 et je n’arrive pas à passer l’étape Failed to reinstall mariadb-common. J’ai l’impression que je ne peut plus upgrade/supprimer des paquets.
Voici les logs:
ended_at: 2022-09-16 12:15:35.850273
error: 'Migration 0021_migrate_to_bullseye did not complete, aborting. Error: Failed
to reinstall mariadb-common ?'
interface: cli
operation: tools_migrations_migrate_forward
parent: null
started_at: 2022-09-16 12:15:30.013435
success: false
yunohost_version: 4.4.2.6
============
2022-09-16 14:15:30,019: INFO - Running migration 0021_migrate_to_bullseye...
2022-09-16 14:15:30,024: INFO - Starting migration to Bullseye
2022-09-16 14:15:30,654: INFO - Patching the sources.lists...
2022-09-16 14:15:31,134: INFO - Fetching available upgrades for system packages...
2022-09-16 14:15:31,212: DEBUG - Hit:1 http://forge.yunohost.org/debian bullseye InRelease
2022-09-16 14:15:31,245: DEBUG - Hit:2 http://deb.debian.org/debian bullseye InRelease
2022-09-16 14:15:31,246: DEBUG - Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
2022-09-16 14:15:31,255: DEBUG - Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
2022-09-16 14:15:31,278: DEBUG - Hit:5 http://download.onlyoffice.com/repo/debian squeeze InRelease
2022-09-16 14:15:31,459: DEBUG - Hit:6 https://packages.sury.org/php bullseye InRelease
2022-09-16 14:15:32,641: DEBUG - Reading package lists...
2022-09-16 14:15:33,878: DEBUG - Done
2022-09-16 14:15:34,329: INFO - Applying patch to workaround conflict issue...
2022-09-16 14:15:34,348: DEBUG - Running: sed -i /var/lib/dpkg/status -e 's@Conflicts: apache2, bind9@Conflicts: apache2, bind9@g'
2022-09-16 14:15:34,397: DEBUG - Running: LC_ALL=C DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt install --quiet -o=Dpkg::Use-Pty=0 --fix-broken --assume-yes mariadb-common --reinstall -o Dpkg::Options::='--force-confmiss'
2022-09-16 14:15:34,405: DEBUG -
2022-09-16 14:15:34,405: WARNING - WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2022-09-16 14:15:34,406: DEBUG -
2022-09-16 14:15:34,561: INFO - + Reading package lists...
2022-09-16 14:15:34,724: INFO - + Building dependency tree...
2022-09-16 14:15:34,725: INFO - + Reading state information...
2022-09-16 14:15:34,750: INFO - + You might want to run 'apt --fix-broken install' to correct these.
2022-09-16 14:15:34,750: INFO - + The following packages have unmet dependencies:
2022-09-16 14:15:34,829: INFO - + g++ : Depends: gcc-8 (>= 8.3.0-1~) but it is not installable
2022-09-16 14:15:34,830: INFO - + g++-8 : Depends: gcc-8 (= 8.3.0-6) but it is not installable
2022-09-16 14:15:34,830: INFO - + gcc : Depends: gcc-8 (>= 8.3.0-1~) but it is not installable
2022-09-16 14:15:34,831: INFO - + nextcloud-ynh-deps : Depends: php7.3-mbstrinphp7.3-xml but it is not installable
2022-09-16 14:15:34,832: INFO - + roundcube-ynh-deps : Depends: php7.3-mbstrinphp7.3-dom but it is not installable
2022-09-16 14:15:34,832: INFO - + snappymail-ynh-deps : Depends: php7.4-mbstrinphp7.4 but it is not installable
2022-09-16 14:15:34,832: INFO - + vaultwarden-ynh-deps : Depends: pkg-confilibssl-dev but it is not installable
2022-09-16 14:15:34,833: INFO - + wordpress-ynh-deps : Depends: php7.3-mbstrinphp7.3-xml but it is not installable
2022-09-16 14:15:34,847: WARNING - E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
2022-09-16 14:15:35,848: ERROR - Migration 0021_migrate_to_bullseye did not complete, aborting. Error: Failed to reinstall mariadb-common ?
Traceback (most recent call last):
File "/usr/lib/moulinette/yunohost/tools.py", line 942, in tools_migrations_run
migration.run()
File "/usr/lib/moulinette/yunohost/data_migrations/0021_migrate_to_bullseye.py", line 163, in run
raise YunohostError("Failed to reinstall mariadb-common ?", raw_msg=True)
yunohost.utils.error.YunohostError: Failed to reinstall mariadb-common ?
Merci pour votre temps!