| Previous | Next | Contents | Index |
The following tasks are automated by the \pmdf\bin\upgrade_all_dbs utility.
|
The following is a list of tasks which must be completed following an
upgrade from V6.0 of PMDF. Sites upgrading from PMDF V6.1 or later
should skip this section.
del c:\pmdf\table\queue_cache\*.* pmdf cache -synchronize |
After an upgrade to PMDF V6.1 or later, the following files can be safely deleted.
They may be located in c:\pmdf\table and
c:\pmdf\tmp.
|
del c:\pmdf\user\userdb.* pmdf msgstore x-build-user-db |
del c:\pmdf\user\userdb.* pmdf popstore x-build-user-db |
db_upgrade
utility. Note that db_upgrade changes the database
in-place, so it's recommended to make a backup copy first. For example:
cd c:\pmdf\user copy forwarddb.db forwarddb.db.old db_upgrade -s forwarddb.db |
-s is required. c:\pmdf
directories with .db extensions:
c:\pmdf\table\aliasesdb.db
c:\pmdf\table\domaindb.db
c:\pmdf\table\from_x400.db
c:\pmdf\table\generaldb.db
c:\pmdf\table\profiledb.db
c:\pmdf\table\reversedb.db
c:\pmdf\table\to_x400.db
c:\pmdf\user\forwarddb.db
copy aliasesdb.db aliasesdb.db.old c:\pmdf\bin\db_upgrade -s aliasesdb.db |
aliasesdb.db file in place.
| Previous | Next | Contents | Index |