summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-25 19:52:04 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-25 19:52:22 +0100
commit79736eb1cf6abacb2b79c8b8f8ca52d1cfcc6715 (patch)
tree46831c06aa2e7577e091e4d5109371a56718a844 /README.md
parent052178a79f9099d1ce3c36e56334cdc15911ef09 (diff)
fix tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79587fe48..6f8fc28c4 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,13 @@ We switched to a different feed parsing library which creates article ids differ
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:
- ./occ news:create-search-indices
+ ./occ news:migrate
+
+### Updating from versions prior to 7
+
+Version 7 adds article deduplication. In order for this to work properly, database columns need to be generated. Since this can time out
+
+ ./occ news:migrate
## FAQ
@@ -188,9 +194,9 @@ The following commands are available when using the **occ** file in the top dire
./occ
-* **Generate search indices**:
+* **Migrate older data (only needed for certain versions, see Updating section)**:
- ./occ news:create-search-indices
+ ./occ news:migrate
Translations
------------