Compare commits

...

2 Commits

Author SHA1 Message Date
decentral1se 2aca4ce0b3
Merge pull request #2 from mayel/patch-2
continuous-integration/drone/push Build is passing Details
fix restore commands
2021-07-12 10:22:06 +02:00
Mayel de Borniol f5b56a8937
fix restore commands 2021-07-11 14:25:26 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@ another, or to help move an app to Co-op Cloud initially.
Using the same example app above, you can restore files:
```
abra app wordpress_blog_example_com restore blog_example_com_app.tar.gz
abra app wordpress_blog_example_com restore app blog_example_com_app.tar.gz
```
and/or the database:
```
abra app wordpress_blog_example_com restore blog_example_com_db.sql.gz
abra app wordpress_blog_example_com restore db blog_example_com_db.sql.gz
```
(there isn't yet a command to restore files and database data at the same time)