Fix warning

This commit is contained in:
Luke Murphy 2021-03-02 07:31:46 +01:00
parent 3f75dce1d7
commit f284e7e11c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 6 deletions

View File

@ -27,12 +27,14 @@ or just the database:
abra app wordpress_blog_example_com backup db
```
!!! warnings
Not all types of apps know how to do backups yet -- if you see a message like
`ERROR: 'nextcloud' doesn't know how to do app backups`, then extra code is
needed in that app's `abra.sh` -- you might be able to add this yourself based
on [`coop-cloud/wordpress` `abra.sh`][wordpress_abra.sh], otherwise please
open a new issue (in this case for [`coop-cloud/nextcloud`][nextcloud]).
!!! warning
Not all types of apps know how to do backups yet -- if you see a message
like `ERROR: 'nextcloud' doesn't know how to do app backups`, then extra
code is needed in that app's `abra.sh` -- you might be able to add this
yourself based on [`coop-cloud/wordpress` `abra.sh`][wordpress_abra.sh],
otherwise please open a new issue (in this case for
[`coop-cloud/nextcloud`][nextcloud]).
## Restore