By: Thomas Kuechenthal user 17 Jan 2022 at 2:22 p.m. CST

3 Responses
Thomas Kuechenthal gravatar
Hello, I want to update my Gluu Server from 3.1.6 to 4.3. I created a LDAP dump on the old system with: ``` /opt/opendj/bin/export-ldif -n userRoot -l yourdata_withoutGrantIdMetic.ldif --includeFilter '(&(!(oxAuthGrantId=*))(! (objectClass=oxMetric)))' ``` I imported the dump into the new Gluu installation with: ``` /opt/gluu# /opt/opendj/bin/import-ldif -n userRoot --offline -l yourdata_withoutGrantIdMetic.ldif ``` But I receive this error: ``` [17/Jan/2022:20:10:57 +0000] category=BACKEND severity=ERROR msgID=481 msg=The import has been aborted because the entry 'ou=configuration,inum=@!88EC.EB99.B507.02F7!0002!1DE7.F87A,ou=appliances,o=gluu' does not have a parent entry ``` Can you give me any hint about what's going wrong here? Thanks, Thomas

By Mohib Zico staff 17 Jan 2022 at 9:29 p.m. CST

Mohib Zico gravatar
3.x to 4.3 upgrade is little longer road... It would be: 3.x to 4.0. Then 4.0 to 4.3. `ou=configuration,inum=@!88EC.EB99.B507.02F7!0002!1DE7.F87A,ou=appliances,o=gluu` --> in 4.x... entry ( including parent entry ) has changed to `ou=configuration,ou=appliances,o=gluu` type.

By Thomas Kuechenthal user 18 Jan 2022 at 10:41 a.m. CST

Thomas Kuechenthal gravatar
Thanks Mohib, so first step would be to follow this path? https://gluu.org/docs/gluu-server/4.0/upgrade/ Best regards, Thomas

By Michael Schwartz Account Admin 18 Jan 2022 at 12:45 p.m. CST

Michael Schwartz gravatar
Yes, that is a good place to start. You can also utilize the services of one of Gluu's partners to help with this. Reach out to sales@gluu.org if you want an intro.