Perform the Upgrade

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

To upgrade to MMAP 24.1

  1. 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?format=portable
        &backupDir=backup-directory
        &portableRootPath=/VMS
  2. Perform steps 3 to 5 of the installation procedure to create a clean MMAP installation.
  3. Start the new MMAP installation.
  4. 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?format=portable
        &backupDir=backup-directory
        &portableRootPath=/VMS