> 3) OMG the power went out! To recover the BDB, I do?
I'd hope you made backups, either with BDB's tools to do so, or by
exporting your DB to LDIF... same as with any application's data.
So, let's see, do we make backups of BDB using db_dump or db_archive?
The answer seems to be, "yes." Which to use now? You see the problem?
Frank can't just hope; he has to *know* how to do this, and when, and
why. It turns out that the trail of breadcrumbs in the Sleepycat
documentation is rather sparse in this area -- it takes a bit of creative
suspicion to find your way to the procedural recommendations.
Then there are the little matters, like, what are the consequences w.r.t.
OpenLDAP of doing hot versus standard backups, since hot backups don't
require you to take the LDAP service down but leave you uncertain of just
what was backed up? Some discussion of things like that, by those who
know (not me, yet!), would be a welcome addition to the OpenLDAP
documentation since it may indeed be specific to the way that OpenLDAP
uses the DBMS.