Upgrade program actions

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

Feedback