Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This command is used for making some upgrade actions. Currently available only PACE config migration. Here is command syntax:


Code Block
cmdmgr.exe upgrade command=<2015R1-pace_configs-to-db>[--register_to_sysxml]


Parameters list:

  • command – command to execute. Currently only 2015R1-pace_configs-to-db command available. It allows moving pace configs form registry to database and system.xml;
  • register_to_sysxml – tells to register pace servers tp system.xml. If omitted – system.xml will be unchanged.


Example:


Code Block
cmdmgr.exe upgrade command=2015R1-pace_configs-to-db


back to top