This section describes how to upgrade the Media Management and Analysis Platform from version 12.2 to version 12.3.
To upgrade from MMAP 12.2 to MMAP 12.3
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
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
|