Dear Mark,
Thanks for the help. Your idea worked a treat. I also had to mess around
with the files in the db directory but I worked all that out it seemed
to work okay. Just in case anyone else wants to do that (as I've copied
this to the list). Here's what I did to convert the seen database from
Dear Mark,
Thanks for the info. That idea worked on my test system (which is a copy
of the live system). I'll try it on the real system tonight when everyone
has gone home. There are other problems now as well. I wish I'd never
heard of BDB :-(
Best wishes...
Colin
On Thu, 15 Apr 2004, Mark Keas
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