> > But shouldn't it have carried my database over from my previous install? > > I'd been using it for atleast 6 months on different versions before this > > upgrade. Did it 'forget' it all? Do I need to totally retrain it? I'm > > using a stock install from FreeBSD ports, no local/global overrides. > > Looks like somebody didn't read the UPGRADE doc... > > Due to the database format change, you will want to do something like > this when upgrading: > I did see that, but I also saw :
- The Bayesian storage modules have been completely re-written and now include Berkeley DB (DBM) storage as well as SQL based storage (see sql/README.bayes for more information). In addition, a new format has been introduced for the bayes database that stores tokens in fixed length hashes (Bayes v3). ********************************************************************** All DBM databases should be automatically converted to this new format the first time they are opened for write. ********************************************************************** You can manually perform the upgrade by running "sa-learn --sync" from the command line. So I thought the rest of the instructions were if I just wanted to do it before it did it itself. Thanks, Tuc