mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
added troubleshooting for changed federated cloud IDs
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
c1dc4871f7
commit
1f7057287c
@ -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 <http://sabre.io/dav/service-discovery/>`_.
|
||||
|
||||
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
|
||||
-----------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user