summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 15:28:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-22 15:28:13 +0200
commit14b8cd48963125d93ce3f00b142555fbea3d9756 (patch)
treecbb52af94d5398717f5f0f0b42745db6e30e96ab /README.md
parent8c7abc249ba449c6f0ca4db7c16c937bccb5838d (diff)
update readme for 4.x
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e49f4908..0f13067fb 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,9 @@ To update the News app use:
## FAQ
+### After updating to 4.x all my read articles reappear as unread
+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. This should happen only once 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.
+
### How do I reset the News app
Delete the folder **owncloud/apps/news/** and **owncloud/data/news/**, then connect to your database and run the following commands where **oc\_** is your table prefix (defaults to oc\_)