summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-06-25 09:57:40 +0000
committerfox <[email protected]>2019-06-25 09:57:40 +0000
commit56f478312205401ae7d50443ecebd9864849a8b6 (patch)
tree53b609b935022bf415cdddf0ef07d6f9a30c2ba7
parenta7cba7edd50cccedd753e98eb84d1e7a4f604cc5 (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index 9704bdd..543c8a8 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -39,7 +39,9 @@ This sets your password back to default (``password``) and disables OTP.
#### What should I use - MySQL or PostgreSQL?
-Use PostgreSQL if you can. MySQL is supported but some minor features may be exclusive to Postgres and you're going to see worse performance on MySQL (because InnoDB is slow).
+tt-rss is developed with PostgreSQL in mind, MySQL support is an afterthought.
+
+While MySQL is supported some minor features may be exclusive to Postgres and you're going to see worse performance (because InnoDB is slow).
#### I need an URL I can call to subscribe to feed to integrate with some third party browser extension/application.
@@ -51,7 +53,10 @@ If feed URL is empty (or not given) tt-rss will display feed subscription dialog
One common use case for this is moving from MySQL to PostgreSQL.
-Use this plugin: https://git.tt-rss.org/fox/ttrss-data-migration/wiki
+If you don't want to migrate your stored articles, export and import your feeds via OPML, which would also
+migrate your tt-rss settings and filters.
+
+If you want to migrate your articles, use this plugin: https://git.tt-rss.org/fox/ttrss-data-migration/wiki
#### I need to get the number of unread articles in the simplest way.