in reply to Re: (lestrrat) DB_File woes
in thread (lestrrat) DB_File woes

I think you were right on the spot. file command gave me this:

/my/dbfile.db: Berkeley DB 1.85 (Hash, version 2, native byte-order)

Then I proceeded to find a tool called db_dump185, which can dump contents of a BerkleyDB file prior to version 1.86 ( which is apparently when the db format changed )

lestrrat wonders why they couldn't just print out an error message like "Invalid file format" or some such thing....

So anyway... it looks like I need to db_dump/db_load and change all the files. That doesn't sound like a fun job, but I'm happy that I can at least read the damn things :-)

Thanks for your tip!

Replies are listed 'Best First'.
Re (tilly) 3: DB_File woes
by tilly (Archbishop) on Jan 18, 2002 at 04:24 UTC
    Useful lesson for next time.

    Keep backups in ASCII format. :-)