mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
Add a pre_upgrade message
This commit is contained in:
parent
6a38db1bbe
commit
d887b9b978
1 changed files with 9 additions and 0 deletions
9
doc/PRE_UPGRADE.d/1.1~ynh1.md
Normal file
9
doc/PRE_UPGRADE.d/1.1~ynh1.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## 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
|
||||
```
|
Loading…
Reference in a new issue