Hopefully someone can shed some light on this. I have one server with some good sized bayes databases on it that I am trying to copy over to another server.
The files are Berkeley DB Hash files, version 8. One of the servers I want to use this database on apparently has an older version of the Berkeley DB on it and will only understand version 7. I read up on this here: http://wiki.apache.org/spamassassin/DbDumpAndLoad However, I'm not sure if I go to the machine running the version 8 files (which I believe is DB version 4.1) and then do the db_dump, if I can then use db_load on the machine running DB 4.0. I would prefer to avoid having to convert everything to text and back. If anyone has experience with this, I would appreciate any advice. Regards, Ron