mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Add doc pre upgrade
This commit is contained in:
parent
97d578d127
commit
9b1f830c56
1 changed files with 23 additions and 0 deletions
23
doc/PRE_UPGRADE.d/1.2.8.md
Normal file
23
doc/PRE_UPGRADE.d/1.2.8.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
This app has gone through a major revamp!
|
||||
|
||||
If you have multiple instances of this app, one upgrade will break all instances. You need to
|
||||
upgrade all apps. This is the last time it happens.
|
||||
|
||||
Also, developer aren't flawless and we might have missed something during our tests.
|
||||
Please, PLEASE, check in a few days that backups are being done properly.
|
||||
|
||||
If you want to manually check backups, run this:
|
||||
|
||||
```bash
|
||||
systemctl start borg
|
||||
```
|
||||
|
||||
Or, for a single app, for example Nextcloud:
|
||||
|
||||
```bash
|
||||
sudo yunohost backup create --apps nextcloud --methods borg_app
|
||||
```
|
||||
|
||||
If you find *any* issue or have a doubt, feel free to contact the devs on Github or Matrix.
|
||||
|
||||
Backups are important. In any case, check your backups regularly.
|
Loading…
Add table
Reference in a new issue