Upgrading Berkeley DB
Berkeley DB is used as a backend for LDAP at CSIM. To upgrade
it:
- Stop LDAP;
- Goto /var/db/openldap-data;
- db_checkpoint-old.version -l to create a
checkpoint;
- db_recover-old.version to make sure the files
are in a stable state;
- db_recover-new.version -e to migrate the files
to the new version;
- Start LDAP.