The upgrade program performs this list of actions on each
database that it upgrades.
- Updates the target database schema to the Release 7.2 schema.
- Updates the target database version to 7.2.
- Saves the previous migration rules as database_path\lib\Windows\migrate.old.
- Saves the previous pt directory
as database_path\oldpt.
- Saves the previous notify directory
as database_path\lib\oldnotify.
- Saves the previous bin directory as database_path\oldbin.
- Protects the target database.
- Exports any types that were modified in the target
database.
- Finds the list of models installed in the target
database.
- Installs the required list of models and model additions
from the model database to the target database.
- Unprotects the target database.
- Restores the original migration rules file saved
and performs any upgrade that is required.
- Starts a 7.2 session
on the target database.
- Updates the data in the target database to Release 7.2 format.
- Converts line end conventions in ASCII files if
the /w option was present.
- Check the archive conversion status.
- Removes obsolete files from the target database.
- Connects the database to the default CCM server,
or to the CCM server specified by the /url option.