IP Maestro : Installation Guide : Upgrade IP Maestro
Upgrade IP Maestro
You can upgrade an existing installation of the IP Maestro Application (IPMA) without initiating a shutdown or performing a cleanup of the IP Maestro deployment.
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
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.