My YunoHost server
Hardware: VPS bought online
YunoHost version: 3.8.5.9
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking ? : no
Description of my issue
I know im pretty late to the party, but i just now tried to upgrade to debian buster / yunohost 4.x
As per documentation i tried to upgrade instead of installing from scratch.
So i go to the webmin -> tools -> migrations and click “run” and get this error message
Seeing lines 29, 44, 53 i switch to ssh and run apt --fix-broken install.
This recommends i do apt autoremove and remove 47 packages that are no longer in use.
So i try anew, this time from cli with sudo yunohost tools migrations migrate --accept-disclaimer
This now gives me this error message, which is now out of my comfort zone.
The most important lines i think are the following: (since they are in german i will try to translate them a bit)
145: 2020-12-09 12:13:10,153: WARNING - E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
145: 2020-12-09 12:13:10,153: WARNING - E: Problems can't be solved. You have defect held packages.
And in the following lines:
146: 2020-12-09 12:13:10,153: INFO - + Hängt ab von: python-bottle (>= 0.12) soll aber nicht installiert werden
146: 2020-12-09 12:13:10,153: INFO - + Depending on: python-bottle (>= 0.12) but shouldn't be installed
I would be thankful for any help.
