[Solved]Yunohost 11.2.14 → 11.3.x → 12.x : Error 500 apres maj du systeme

Hi there, I confirm, It’s totally working
I can access the admin

:star_struck:

                   ↓ My server is up to date ↓

image

                    ↑ My server is up to date ↑ 

:star_struck:

So, to summarize my actions:
(Note, I was root for those actions)

  • Run sudo yunohost tools migrations run

    • then, to run migrations run sudo yunohost tools migrations run --accept-disclaimer
  • Check state : yunohost tools migrations state

  • Update migration list : yunohost tools update

  • Try to upgrade system and apps

    • yunohost tools upgrade system
    • yunohost tools upgrade apps
  • Check /etc/sources.list is up to date

  • Upgrade with apt and aptitude (some steps):

    • Update lists apt update and apt list --upgradable
    • Upgrade packages apt upgrade -y
    • Clean packages apt autoremove -y
    • Try to fix broken packages dpkg --configure -a
    • Dist-Upgrade with Aptitude aptitude dist-upgrade
    • Install dependancies with Aptitude (note I will install all libs linked by dependancies)
      • aptitude full-upgrade --show-why -o Dpkg::Options::='--force-confold' libclone-perl libdbi-perl --quiet=2 -o=Dpkg::Use-Pty=0 -o "APT::Status-Fd=$YNH_STDINFO"
    • Check rest of the packages apt list --upgradable
    • Install Yunohost app base
      • aptitude full-upgrade --show-why -o Dpkg::Options::='--force-confold' yunohost --quiet=2 -o=Dpkg::Use-Pty=0 -o "APT::Status-Fd=$YNH_STDINFO"
    • Check rest of the packages apt list --upgradable
    • Install Yunohost admin and slapd and libhttp-message-perl
      • aptitude full-upgrade --show-why -o Dpkg::Options::='--force-confold' yunohost-admin slapd libhttp-message-perl --quiet=2 -o=Dpkg::Use-Pty=0 -o "APT::Status-Fd=$YNH_STDINFO"
    • Check rest of the packages apt list --upgradable
    • If necessary, install the missing package
  • Check versions yunohost --version

  • Reboot to be sure all services are up reboot now

Hope those ↑ steps ↑ could help those are in the same case.

Thanks for all for your help :heart:

1 Like