Hello,

Saw this link in a recent mail to this list.
https://www.openldap.org/doc/admin25/appendix-upgrading.html

Looks like hdb would no longer be supported.
I googled a bit to see what it would take to move over to mdb and stumbled on this post.
https://www.mail-archive.com/openldap-technical@openldap.org/msg25484.html

My question is:
Is it really that easy?
Just replace all my instances of hdb or Hdb with mdp or Mdb respectively? 

Additionally add “olcDbMaxSize” to my top lavel “olcDatabase={2}hdb,cn=config” ?

Then reimport ?

Below is a much redacted slapcat of my config.
Any input is much appreciated. 


Thank you,
Dave


dn: cn=config
objectClass: olcGlobal
cn: config
olcServerID: 1
structuralObjectClass: olcGlobal
creatorsName: cn=config
modifiersName: cn=config
...
...
dn: olcDatabase={2}hdb,cn=config
objectClass: olcHdbConfig
olcDatabase: {2}hdb
structuralObjectClass: olcHdbConfig
...

dn: olcOverlay={0}auditlog,olcDatabase={2}hdb,cn=config
...
dn: olcOverlay={1}ppolicy,olcDatabase={2}hdb,cn=config
...
dn: olcOverlay={2}syncprov,olcDatabase={2}hdb,cn=config
...