summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 11:18:20 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-21 13:36:50 +0100
commitf6bf8ce402ed43c6a42354e64dda7b3cc081196f (patch)
tree8d3a7dd298d456d51516688824f2b08b4dc682cf /README.md
parent35550fe42e36868be1a3ac471bea6dc89b8b6200 (diff)
add migrate command, fix #185
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 137d5d677..7a0670f68 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,12 @@ You need to do the following:
### After updating from a version prior to 4 all my read articles reappear as unread and there are duplicates
We switched to a different feed parsing library which creates article ids differently than before. This means that the same article is not found in the database because it was generated with a different id and is thus readded. This should happen only once for each feed after the upgrade and there is no data loss. Unfortunately there is no fix for this since the id is a hash which can not be reversed, so a smooth transition is not possible.
+### Updating from versions prior to 5.3.0
+
+5.3.0 adds the possibility to search your articles. To do this efficiently however, the News app needs to generate an index. This is done automatically for new articles, but older articles need to be migrated. Because large installations have millions of articles, generating the search index has been offloaded to a separate command to prevent timeouts when upgrading the app. To make your old articles searchable run this command in your ownCloud top directory:
+
+ php -f console.php news:create-search-indices
+
## FAQ
### How do I reset the News app