>>> Michael Ströder <[email protected]> schrieb am 31.07.2021 um 18:05 in Nachricht <[email protected]>: > HI! > > As far as I understood the MDB disk format changed. So the MDB files > have to be re-created (either by simply removing/replicating or > slapcat/slapadd). Right?
AFAIK; Sleepycat DB could do that conversion on the fly. At least there should be some smarter conversion utility than export old DB with old binary and re-import with new binary. MHO. Regards, Ulrich > > Now I'm wondering how to automate things (with ansible and puppet) in a > truly idempotent way. Ideally I could determine whether existing MDB > files were last maintained by OpenLDAP 2.4.x or whether they already > have the 2.5 format. > > Can I find out the disk format version in any way, e.g. with python-lmdb? > > Ciao, Michael.
