From 45b824448a734c15b869bb8dcf4f3b4cc73c6776 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 9 Oct 2018 10:22:25 +1100 Subject: [PATCH] Update README.md * Add upgrading details to remove items.sqlite3 if encountering errors --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4cabaaa2..c86e1a4d 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,13 @@ sudo make install ``` ## Using the client +### Upgrading from 'skilion' client +The 'skilion' version contains a significant number of defect's in how the local sync state is managed. When upgrading from the 'skilion' version to this version, you may encounter the following error: +``` +Skipping uploading this new file as parent path is not in the database: +``` +In this instance it is advisable to stop any service / onedrive process from running and then remove any `items.sqlite3` file from your home directory as this will force the creation of a new local cache file. + ### First run :zap: After installing the application you must run it at least once from the terminal to authorize it.