The database upgrade instructions do not mention the removal of log
files:
Quote:
1. Shut down the old version of the application.
2. Run recovery on the database environment using the DB_ENV->open
method or the db_recover utility.
3. Remove any Berkeley DB environment using the DB_ENV->remove method
or an appropriate system utility.
4. Archive the database environment for catastrophic recovery. See
Archival procedures for more information.
5. Recompile and install the new version of the application.
6. Restart the application. |
(These are the instructions for the 4.2 -> 4.3 upgrade, 4.3 -> 4.4 is
the same.)
Is this an omission, or am I doing something wrong when the new
version complains about incompatible log formats?