mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
9 lines
298 B
Markdown
9 lines
298 B
Markdown
## 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
|
|
```
|