Failed migration / Impossible to restore Bitwarden or install a fresh Vaultwarden

So solve my problem an restore my old Bitwarden, I tried:

admin@XXX:~$ sudo yunohost user permission list
permissions:
  bitwarden.admin:
    allowed:

So `bitwarden.admin’ permission still exist while Bitwarden app has been removed (not totally it seems) during the failed migration process.

I tried to remove `bitwarden.admin’ by doing:

admin@nos:~$ sudo yunohost user permission info bitwarden.admin
additional_urls:
allowed:
auth_header: True
corresponding_users:
label: admin
protected: False
show_tile: False
url: None
admin@nos:~$ sudo yunohost user permission remove bitwarden.admin --debug
455  DEBUG initializing base actions map parser for cli
461  DEBUG loading actions map namespace 'yunohost'
468  DEBUG building parser...
535  DEBUG building parser took 0.067s
540  DEBUG acquiring lock...
584  DEBUG lock has been acquired
653  DEBUG loading python module yunohost.user took 0.068s
653  DEBUG processing action [7105.1]: yunohost.user.permission.remove with args={'permission': 'bitwarden.admin', 'names': []}
891  DEBUG initialize authenticator 'as-root' with: uri='ldapi://%2Fvar%2Frun%2Fslapd%2Fldapi', base_dn='dc=yunohost,dc=org', user_rdn='gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth'
1628 DEBUG Uhoh, unknown permission bitwarden.main ? (Maybe we're in the process or deleting the perm for this app...)
2398 DEBUG Uhoh, unknown permission bitwarden.main ? (Maybe we're in the process or deleting the perm for this app...)
2402 DEBUG Nothing to update in LDAP
3093 DEBUG Uhoh, unknown permission bitwarden.main ? (Maybe we're in the process or deleting the perm for this app...)
3094 DEBUG The permission database has been resynchronized
3851 DEBUG Uhoh, unknown permission bitwarden.main ? (Maybe we're in the process or deleting the perm for this app...)
4095 DEBUG SSOwat configuration regenerated
4828 DEBUG Uhoh, unknown permission bitwarden.main ? (Maybe we're in the process or deleting the perm for this app...)
4829 DEBUG Permission 'bitwarden.admin' updated
4839 DEBUG To view the log of the operation 'Update accesses for permission 'bitwarden'', use the command 'yunohost log show 20210610-082807-user_permission_update-bitwarden20210610-082807-user_permission_update-bitwarden'
4865 DEBUG action [7105.1] executed in 4.211s
4866 DEBUG lock has been released
additional_urls:
allowed:
auth_header: True
corresponding_users:
label: admin
protected: False
show_tile: False
url: None
admin@nos:~$ sudo yunohost user permission list
permissions:
  bitwarden.admin:
    allowed:

So it is still there :frowning:

May I kindly :bowing_man: ask to some dev of Yunohost how can I remove `bitwarden.admin’ permission in order to be able to restore my old BitWarden following this failed migration?
:hugs: