How to get rid of Berkeley DB
Mark Keasling
mark at air.co.jp
Wed Apr 14 21:48:13 EDT 2004
Hi,
Did you try converting all of the ".seen" berkeley db files to skiplist before
moving them? After stopping cyrus, something like this might work for you:
cd var/user
for f in */*.seen
do
cvt_cyrusdb `pwd`/$f berkeley `pwd`$f.new skiplist
done
Rename the files keeping the old version just in case something fails.
for f in */*.seen
do
mv $f $f.old_bdb
mv $f.new $f
done
Regards,
Mark Keasling <mark at air.co.jp>
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
More information about the Info-cyrus
mailing list