YunoHost 11.1 release / Sortie de YunoHost 11.1

I think my update might not have finished, I can still login by SSH but not via webinterface. I can run commands with sudo, I added my user to sudoers file in the very beginning.

Here is what I get when I run yunohost user group list

groups: 
  all_users: 
    members: 
      - ben
      - user1
      - user2
      - user3
  visitors: 
    members:

I belief I added ben as the first user ever, but also with that user I can not login on /yunohost/admin/, but only on the user login page.

I assumed that there should be an admins group now, but there is only all_users and visitors.

Running yunohost tools update will give me this, which looks like part of the upgrade is not finished.

Info: Fetching available upgrades for system packages...
Info: Updating application catalog...
Success! The application catalog has been updated!
Info: Nothing to do. Everything is already up-to-date.
apps: 
important_yunohost_upgrade: False
pending_migrations: 
  description: Migrate to the new 'multiple admins' system
  disclaimer: None
  id: 0026_new_admins_group
  mode: auto
  name: new_admins_group
  number: 26
  state: pending
system:

Output of yunohost tools versions:

yunohost: 
  repo: stable
  version: 11.1.11.2
yunohost-admin: 
  repo: stable
  version: 11.1.6
moulinette: 
  repo: stable
  version: 11.1.4
ssowat: 
  repo: stable
  version: 11.1.4

Maybe the web admin interface was upgraded already, but the admins group is not really used, so the login with “admin” or “ben” does not work on /yunohost/admin yet?!

In the last backup before the update/upgrade, which I ran via web admin "“System update” I found this version info:
"from_yunohost_version": "11.0.11"

Any tips welcome.