[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Any Issues when changing backed from GDBM to Berkeley DB ?



One way to import / export..

> Has anybody migrated their data from one backend to another and if so
> how. Also, does byte-order dependence of GDBM hurt. What is the
> preferred LDBM backend

ldbm2ldif -n /usr/tmp/entry2id.gdbm > testfile

strip the \n\n\n to \n\n in testfile

ldif2dbm .. usual stuff...

regards