database copying and compacting

Boris 'pi' Piwinger 3.14 at piology.org
Sun Nov 7 16:24:29 CET 2004


David Relson <relson at osagesoftware.com> wrote:

>Now, with 0.93.0 it's:
>
>    bogoutil -d $ORIG/wordlist.db > $NEW/wordlist.txt
>    bogoutil -l $NEW/wordlist.db  < $NEW/wordlist.txt
>    mv $ORIG/wordlist.db $ORIG/wordlist.db.orig
>    mv -f $NEW/wordlist.db $ORIG/wordlist.db
>    cd $NEW
>    db_checkpoint -1 -h .
>    rm -f `db_archive -h .`

That all looks pretty complicated. Can't this be included
into bogoutil?

But thanks for the hint. I did not understand from the
release notes or the release announcement that there are
quite some problems in migrating which make it necessary to
change scripts.

pi



More information about the Bogofilter mailing list