From 14b8cd48963125d93ce3f00b142555fbea3d9756 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 22 Oct 2014 15:28:13 +0200 Subject: update readme for 4.x --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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\_) -- cgit v1.2.3