Hi,
I tested the data you shared with me. Here are a few things I found:
1. You have run `export30.py` script twice. There were two sets of values in the `setup.properties` inside `backup_30` folder. I have updated the export30.py to ensure multiple runs will replace existing file. I removed the second set of values and did the migration.
2. During the data import step `./import30.py backup_30` I got the following output:
```
------------------------------------------------------------
Gluu Server Community Edition Migration Tool
============================================================
Enter LDAP Server - 1.OpenLDAP, 2.OpenDJ [1]: 1
INFO Stopping Webapps oxAuth and Identity.
INFO Stopping OpenLDAP Server.
INFO Copying the Certificates.
INFO Updating the CA Certs Keystore.
INFO Copying the custom pages and assets of webapps.
INFO Exporting LDAP data.
INFO Processing the LDIF data.
INFO Importing Processed LDAP data.
ERROR 59762e4a <= str2entry: str2ad(geossUser): attribute type undefined
slapadd: could not parse entry (line=9775)
59762e4a <= str2entry: str2ad(geossUser): attribute type undefined
slapadd: could not parse entry (line=9812)
59762e4a <= str2entry: str2ad(geossUser): attribute type undefined
slapadd: could not parse entry (line=9832)
59762e4a <= str2entry: str2ad(geossUser): attribute type undefined
slapadd: could not parse entry (line=9915)
59762e4a <= str2entry: str2ad(geossUser): attribute type undefined
slapadd: could not parse entry (line=9934)
Error, entries missing!
entry 199: inum=@!5409.5fe2.395b.b7f2!0001!0a42.ea33!0000!3d89.b0f1.c603.05a9,ou=people,o=@!5409.5fe2.395b.b7f2!0001!0a42.ea33,o=gluu
entry 204: inum=@!5409.5fe2.395b.b7f2!0001!0a42.ea33!0000!367b.ff7d.1464.3d02,ou=people,o=@!5409.5fe2.395b.b7f2!0001!0a42.ea33,o=gluu
entry 206: inum=@!5409.5fe2.395b.b7f2!0001!0a42.ea33!0000!eb04.20f5.e628.b974,ou=people,o=@!5409.5fe2.395b.b7f2!0001!0a42.ea33,o=gluu
entry 209: inum=@!5409.5fe2.395b.b7f2!0001!0a42.ea33!0000!6702.3074.f9a5.c655,ou=people,o=@!5409.5fe2.395b.b7f2!0001!0a42.ea33,o=gluu
INFO Fixing permissions for files.
INFO Starting OpenLDAP Server.
============================================================
The migration is complete. Gluu Server needs to be restarted.
# exit
# service gluu-server-x.x.x restart
------------------------------------------------------------
```
As I did not have the LDAP schema to support the `geossUser` attribute. I removed the attribute from the entries in `backup_30/ldif/people.ldif` and did the migration from scratch again. This time I didn't get any error and the import process ended successfully.
So, I wasn't able to reproduce the errors you have reported. I recommend retrying the export and import process. And if you get any errors, copy the entire output (as above) from the scripts and share it, so I can figure out if something's wrong.