summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-01 05:43:06 +0000
committerAndrew Dolgov <[email protected]>2023-11-01 05:43:06 +0000
commit4f584ed39cab8749e836ba72213119f10c3508db (patch)
treea12fe6f217a8a0108a3339fa2c0702428a5ad9c1
parent2b5f942af1e3419ab3d315e5b835dc894ac7876d (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20b9fba..9b74efd 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,15 @@ Plugin is in development, I suggest testing your import first on a separate test
#### Exporting data
+Using docker compose:
+
+```
+docker compose exec -u app -w /var/www/html/tt-rss app php82 ./update.php --data_user test --data_export /tmp/test.zip
+docker compose cp app:/tmp/test.zip .
+```
+
+On the host:
+
```
php ./update.php --data_user test --data_export articles-of-user-test.zip
```