summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-01 05:46:38 +0000
committerAndrew Dolgov <[email protected]>2023-11-01 05:46:38 +0000
commite13d5f97b4887ce7b57b3d76228d838dec15963d (patch)
tree72fef7bcd2d7bc32ec66001d716be244a6aa81a7
parent4f584ed39cab8749e836ba72213119f10c3508db (diff)
Update README.mdHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b74efd..a3b23f4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Data migration plugin
-This plugin exports and imports *all* articles of a specific user using a neutral format (JSON files in a ZIP archive). This way you can migrate your entire article dataset between different tt-rss instances even if they are not sharing a common database backend, i.e. MySQL to PostgreSQL.
+This plugin exports and imports *all* articles of a specific user via neutral format (JSON files in a ZIP archive). This way you can migrate your entire article dataset between different tt-rss instances even if they are not sharing a common database backend, i.e. MySQL to PostgreSQL.
Note that this only migrates articles. You can transfer your tt-rss settings and feed subscriptions via OPML import/export before migrating data with this plugin.