Hi Hubert,
Quote:
If I now try to access the database environment with a new
application, I got the following errors:
/tmp > db4.3_recover -v -h /tmp/db
db_recover: Skipping log file /tmp/db/log.0000000001: historic log version 8 |
This is caused by a bug in the handling of historical log files in
Berkeley DB 4.3. The simplest workaround is to run the 4.3
db_checkpoint utility before running 4.3 recovery for the first time.
Any operation that creates a new log file without running recovery will
do, but db_checkpoint is usually simplest.
Regards,
Michael.