From 07602988762f0aeffd4bbbde1cf49a38a0073bbc Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Sat, 28 Mar 2020 20:28:17 +0100 Subject: [PATCH] added troubleshooting for changed federated cloud IDs Signed-off-by: Sascha Wiswedel --- admin_manual/issues/general_troubleshooting.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 1701fe6b8..8f92cc356 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -293,6 +293,21 @@ instead of e.g. There are also several techniques to remedy this, which are described extensively at the `Sabre DAV website `_. +Troubleshooting sharing +----------------------------------- + +Users' Federated Cloud IDs not updated after a domain name change +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +1. run Database query + +| ``DELETE FROM oc_cards_properties WHERE name = 'CLOUD' AND addressbookid = (select id from oc_addressbooks where principaluri = 'principals/system/system' AND uri = 'system');`` + +2. run occ commands + +| ``occ dav:sync-system-addressbook`` +| ``occ federation:sync-addressbooks`` + Troubleshooting contacts & calendar -----------------------------------