[SOLVED] Migration for debian 11 fails because for unmet dependencies (php7.3-redis, php7.3-igbinary)

Hello dear Yunohost Community.
I hope you are all doing well and someone will find the time to help me with my little issue :slight_smile:

My YunoHost server

Hardware: ODroid HC4 (ARM SBC)
YunoHost version: 4.4.2.10 (stable)
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

While trying to run the migration for debian 11, the process stopped due to unmet dependencies.
log: https://paste.yunohost.org/raw/ufumevidox

2022-08-24 11:51:37,424: INFO - + Some packages could not be installed. This may mean that you have
2022-08-24 11:51:37,426: INFO - + requested an impossible situation or if you are using the unstable
2022-08-24 11:51:37,427: INFO - + distribution that some required packages have not yet been created
2022-08-24 11:51:37,428: INFO - + or been moved out of Incoming.
2022-08-24 11:51:37,429: INFO - + The following information may help to resolve the situation:
2022-08-24 11:51:37,430: DEBUG - 
2022-08-24 11:51:37,431: INFO - + The following packages have unmet dependencies:
2022-08-24 11:51:37,865: INFO - +  monica-ynh-deps : Depends: php7.3-redis
2022-08-24 11:51:37,867: INFO - +  nextcloud-ynh-deps : Depends: php7.3-redis
2022-08-24 11:51:37,868: INFO - +                       Depends: php7.3-igbinary
2022-08-24 11:51:37,958: WARNING - E: Unable to correct problems, you have held broken packages.

Solution

I removed the offending packages, after making sure, nothing else will get broken because of dependencies:

  sudo apt rdepends monica-ynh-deps
  sudo apt rdepends nextcloud-ynh-deps
  sudo apt remove monica-ynh-deps nextcloud-ynh-deps
  sudo yunohost service stop syncthing sogo navidrome calibreweb gitea netdata
  sudo yunohost tools migrations run --accept-disclaimer

I had to run migrations several times, remove wireguard and reinstall it again later.
Now everything seems to be up and running again. Thanks for the forum, digging around helped. :slight_smile:

Whatโ€™s the list of you installed apps ?

Following is the listing produced by yunohost app list. I removed the domain paths.

apps:
  0:
    description: Exhaustive exploration of Anarchist theory and practice
    id: anarchism
    name: Anarchism
    version: 15.3-3~ynh2
  1:
    description: Browsing, reading and downloading eBooks using a Calibre database
    id: calibreweb
    name: Calibre-web
    version: 0.96.19~ynh1
  2:
    description: Web-based XMPP/Jabber chat client
    id: converse
    name: Chat
    version: 9.1.1~ynh1
  3:
    description: Online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams
    id: diagramsnet
    name: Diagrams.net
    version: 20.2.5~ynh1
  4:
    description: Lightweight Git forge
    id: gitea
    name: Gitea
    version: 1.15.7~ynh1
  5:
    description: Collaborative editor to work on notes written in Markdown
    id: hedgedoc
    name: Notizen
    version: 1.9.3~ynh1
  6:
    description: Tool for making mind maps
    id: mindmaps
    name: Mindmaps
    version: 0.0.20201010~ynh2
  7:
    description: Minimalist and opinionated RSS feed reader
    id: miniflux
    name: Miniflux
    version: 2.0.36~ynh1
  8:
    description:  Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family.
    id: monica
    name: Monica
    version: 2.17.0~ynh3
  9:
    description: Modern Music Server and Streamer compatible with Subsonic/Airsonic
    id: navidrome
    name: Musik
    version: 0.47.5~ynh2
  10:
    description: Real-time performance and health monitoring
    id: netdata
    name: NetData
    version: 1.36.1~ynh1
  11:
    description: Online storage, file sharing platform and various other applications
    id: nextcloud
    name: cloud
    version: 22.2.10~ynh1
  12:
    description: Lightweight multi-account webmail
    id: rainloop
    name: Email
    version: 1.16.0~ynh4
  13:
    description: Opensource groupware for E-Mail, Contacts and Calender
    id: sogo
    name: SOGo
    version: 5.0.1~ynh1
  14:
    description: Continuous file synchronization program
    id: syncthing
    name: Syncthing
    version: 1.20.4~ynh1
  15:
    description: A self hostable read-it-later app
    id: wallabag2
    name: Wallabag
    version: 2.3.8~ynh4

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.