Hello,
I recently moved from the Docker version of the app running on Univention server to a manually installed version on Ubuntu Server 24.04.1 LTS. I followed the docs to do the manual installation to perform the server migration.
Since the migration, I have noticed two issues:
1.) I’m seeing the below errors in the “owncloud.log” regarding the LDAP backend. Is this a concern, and how would I correct it?
{“reqId”:“xZWyeDpAC0A2kECiEfBD”,“level”:3,“time”:“2025-01-09T14:58:53+00:00”,“remoteAddr”:“10.254.1.43”,“user”:“34807283-35F5-4C69-AD43-82366B007804”,“app”:“user_ldap”,“method”:“POST”,“url”:“/index.php/heartbeat”,“message”:“Cannot reuse account with groupname: CMS Hosts because it is from a different backend: OCA\User_LDAP\Group_Proxy”}
{“reqId”:“xZWyeDpAC0A2kECiEfBD”,“level”:3,“time”:“2025-01-09T14:58:53+00:00”,“remoteAddr”:“10.254.1.43”,“user”:“34807283-35F5-4C69-AD43-82366B007804”,“app”:“user_ldap”,“method”:“POST”,“url”:“/index.php/heartbeat”,“message”:“Mapping collision for DN cn=cms hosts,ou=[XXX],dc=[XXX],dc=com and UUID F46ED97B-1AB7-47F7-87B4-078FAF54EA08. Couldn’t map to identifer: CMS Hosts”}
2.) The cron jobs don’t seem to be running. How would I go about troubleshooting that?