Skip to content

Commit 90c9562

Browse files
Merge pull request #125 from DJCrashdummy/patch-1
DOC: added a hint/warning for upgrading from <0.6.0 and a general warning for unique uids
2 parents e8ba4de + e7be938 commit 90c9562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ their configured display name.
1313

1414
If something does not work, check the log file at `nextcloud/data/nextcloud.log`.
1515

16+
**⚠⚠ Warning:** If you are using more than one backend or especially one backend more often than once, make sure that you still have resp. get unique `uid`s in the database. ⚠⚠
17+
1618

1719
FTP
1820
---
@@ -86,6 +88,7 @@ the rest used as username in Nextcloud. e.g. '[email protected]' will be
8688
the user, it is added to a group corresponding to the name of the domain part
8789
of the address.
8890

91+
**⚠⚠ Warning:** If you are [**upgrading** from versions **<0.6.0**](https://github.com/nextcloud/user_external/releases/tag/v0.6.0), beside adapting your `config.php` you also have to change the `backend` column in the `users_external` table of the database. In your pre 0.6.0 database it may look like `{127.0.0.1:993/imap/ssl/readonly}INBOX` or similar, but now it has to be just `127.0.0.1` for everything to work flawless again. ⚠⚠
8992

9093

9194
Samba

0 commit comments

Comments
 (0)