1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Reword post-upgrade doc for clarity.

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
Salamandar 2024-05-13 10:17:34 +02:00 committed by GitHub
parent 9b1f830c56
commit b9511a8ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,12 @@
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.
The upgrade should be mainly transparent to you. However, if you have multiple instances of this app, one upgrade will break other instances and you'll need to upgrade every instance of borg installed on your server.
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:
We **highly** recommend to check that your backups are still being created after the upgrade.
You can manually trigger borg backups from command line with:
```bash
systemctl start borg
@ -18,6 +18,6 @@ Or, for a single app, for example Nextcloud:
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.
If you find *any* issue or have a doubt, feel free to contact the YunoHost team on Github or Matrix.
Backups are important. In any case, check your backups regularly.