Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

If you are a licensed user of SecureBridge and you are upgrading to AC v3.4, you need to use SecureBridge Agent Manager Migration Utility to be able to make the older version of the SecureBridge compatible with that in AC v3.4.

Tip
It is recommended that you take backup of all configuration files before running this utility.

Follow the steps below to run the migration utility:

  1. Open Command Prompt (Windows) or Terminal (Linux).
  2. Go to the directory ...<AdeptiaInstallFolder>/ AdeptiaServer/ServerKernel folder.
  3. Run the following command:

    For Windows:
    migrationutility.bat –agentmanagermigration <path of the build directory of Connect Server> skipLogTables=false

    For Linux:
    ./migrationutility.sh –agentmanagermigration <path of the build directory of Connect Server> skipLogTables=false

    Note
    In case you want to migrate the log tables, set the value of skipLogTables to true. By default, the value is set to false.


  4. After successful migration, it displays a message on console saying Successfully completed the Agent Manager migration.

  5. In case of any error while migrating the Agent Manager, it displays an error message, Error while migrating the Agent Manager, on the console. For more details, check the log file agentmanagermigration.log generated at ...<AdeptiaInstallFolder>/ AdeptiaServer/ServerKernel location.

...