Perform the Upgrade

This section describes how to upgrade the Media Management and Analysis Platform from version 12.1 to version 12.2.

To upgrade from MMAP 12.1 to MMAP 12.2

  1. Deploy the latest version of avalanche-core.ear. You can obtain this file from the MMAP 12.2 package.

    1. In the application server directory, run bin/jboss-cli.sh or bin\jboss-cli.bat.
    2. Run the following commands:

      connect
      undeploy avalanche-core.ear
      deploy path/to/extracted/files/avalanche-core.ear
  2. Create a backup of your existing cameras, channels, videos, and recorders by sending an HTTP POST request to the following URL, replacing backup-directory with the path of your chosen backup directory:

    https://localhost:18443/avalanche/api/v1/admin/backup?backupDir=backup-directory
  3. Perform steps 3 to 5 of the installation procedure to create a clean MMAP installation.
  4. Upgrade the database schema as described in Upgrade the Database Schema.
  5. Start the new MMAP installation.
  6. Restore the backup you created in step 2, by sending an HTTP POST request to the following URL, replacing backup-directory with the path of your chosen backup directory:

    https://localhost:18443/avalanche/api/v1/admin/restore?backupDir=backup-directory

_FT_HTML5_bannerTitle.htm