summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-06-25 18:18:38 +0000
committerfox <[email protected]>2019-06-25 18:18:38 +0000
commitfa6df724e9800afcfcbb267212957e3499e5bd92 (patch)
tree68810a6f01f69576627358579c518dd702e78013
parent5424c41b7e86166308aba771c6984364463df06f (diff)
Update page 'Home'
-rw-r--r--Home.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/Home.md b/Home.md
index 7527f5f..6967398 100644
--- a/Home.md
+++ b/Home.md
@@ -61,12 +61,7 @@ is not supported. That is, it may work for you but if you run into problems you
Additionally, you will need:
- PHP version **5.6** or newer ([detailed PHP requirements](wiki/PhpCompatibilityNotes))
-- [PostgreSQL](http://www.postgresql.org) (**9.1** or newer, **[recommended](wiki/FAQ#what-should-i-use---mysql-or-postgresql)**) or [MySQL](http://www.mysql.com) (InnoDB is required).
-
-While you can use either database, PostgreSQL should run tt-rss significantly faster and is, in general,
-a much more reliable choice. Also, some minor features are exclusive to PostgreSQL.
-
-**Important:** only InnoDB database engine is supported on MySQL. While you technically can force tt-rss schema under MyISAM you will experience various glitches due to missing functionality (foreign keys, cascade deletes, etc.).
+- [PostgreSQL](http://www.postgresql.org) (**9.1** or newer, **[recommended](wiki/FAQ#what-should-i-use---mysql-or-postgresql)**) or [MySQL](http://www.mysql.com) (InnoDB is **required**).
## Download