## Backup is broken and breaks upgrade with it If the backup fails because some file in `/etc/yunohost` does not exist, it will prevent any app upgrade. You should run the upgrade with `--no-safety-backup`, like that: ```bash sudo yunohost app upgrade unattended_upgrades --no-safety-backup ```