unattended_upgrades_ynh/doc/PRE_UPGRADE.d/1.1~ynh1.md

10 lines
298 B
Markdown
Raw Normal View History

2024-03-11 11:55:23 +01:00
## 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
```