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
Deploy the latest version of avalanche-core.ear
. You can obtain this file from the MMAP 12.2 package.
bin/jboss-cli.sh
or bin\jboss-cli.bat
.Run the following commands:
connect undeploy avalanche-core.ear deploy path/to/extracted/files/avalanche-core.ear
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
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
|