Upgrade IP Maestro
You can upgrade an existing installation of the IP Maestro Application without initiating a shutdown or performing a cleanup of the IP Maestro deployment.
IMPORTANT: It is highly recommended to take a backup of the Database, so there is an option to restore in case of a failure. For more information on Database backup, refer to the
Database Management section in the
IP Maestro User Manual.
Prerequisites
• IP Maestro must be up and running.
Procedure
Perform the following to upgrade IP Maestro:
1. Create a folder named update in the nsmo folder.
2. Place the new .zip file for deployment in the nsmo/update folder.
3. From the nsmo folder, run:
unzip -o -j update/IPMA-<VERSION>-<BUILD>.zip -d . */nsmo-update.sh
4. From the nsmo folder, run:
./nsmo-update.sh -f IPMA-<VERSION>-<BUILD>.zip
5. Add the License Server details at the prompt as shown below:
[2025-01-27T19:12:41,389][INFO][load-properties] ----------- Checking IP Maestro global configuration
[2025-01-27T19:12:41,397][INFO][load-properties] Adding IP Maestro License Server configuration:
IP Maestro license server IP address []: 10.2.100.20
[2025-01-27T19:14:30,289][INFO][load-properties] Global configuration updated with IP Maestro License Server
The upgrade process will shutdown and remove containers from the old version, and initialize new ones using the new version loaded. Note that the previous configurations are retained.
Note: PostgreSQL and Elasticsearch databases will not be shut down in order to preserve the existing data.