| Previous | Next | Contents | Index |
The following is a list of tasks which must be completed following an upgrade from V6.4 or earlier of PMDF. Sites upgrading from PMDF V6.5 or later should skip this section.
As of PMDF V6.5, the format of PMDF databases has changed from Berkeley DB (SleepyCat) to PBL. All databases must be rebuilt or converted in order for PMDF V6.5 or later to be able to read them. PMDF V6.5 or later cannot read any databases in V6.4 or earlier formats.
Note that PMDF's PBL databases consist of two files:
database.pbl which contains the data, and
database.idx which contains the index.
c:\pmdf\bin\upgrade_all_dbs. This utility will:
pmdf msgstore x-build-user-db |
c:\pmdf
tree, with the command:
pmdf convertdb <old-database> <new-database> |
c:\pmdf\table\defragment_cache.* is excluded from this
process. It does not need to be converted as the
defragment channel will rebuild the database from the
messages in the c:\pmdf\queue\defragment directory the
first time it runs.
del c:\pmdf\tmp\__db.* del c:\pmdf\table\__db.* |
c:\pmdf\bin\upgrade_all_dbs should be rebuilt or converted
by hand.
pmdf dumpdb
command) can be rebuilt using the pmdf crdb command.
pmdf profile or
pmdf password, and the databases created by
MessageStore/popstore such as the forward database and the group names
database must either be converted using pmdf convertdb or
recreated by running the corresponding utility and adding each entry
back in by hand.
| Previous | Next | Contents | Index |