Server update
Before starting the update process, it is recommended to back up your existing NOM installation folder. |
Version specific notes
1.5
This version introduces multi-user capabilities. As a result, the product analytics and crash analytics opt-out toggles have moved to a global setting accessible only by the NOM server admin.
To configure the opt-out toggles, please refer to Server configuration reference
On Linux
-
Back up any files you’ve modified inside the current NOM server directory. This usually includes
etc/neo4j-ops-manager-server.service
and any files insidecertificates/
directories. -
Download the new NOM server package for your platform.
-
Stop the NOM server by running
systemctl stop neo4j-ops-manager-server
. -
Extract the downloaded package into the existing installation directory.
-
Copy the backed up files back into their corresponding locations.
-
Start the NOM server by running
systemctl start neo4j-ops-manager-server
. -
Verify that the server is operating as expected by checking the logs.
On Windows
-
Back up any files you’ve modified inside the current NOM server directory. This usually includes
bin/server.xml
and any files insidecertificates/
directories. -
Download the new NOM server package for your platform.
-
Stop the NOM server by running
./bin/server.exe stop
inside the current NOM server directory. -
Extract the downloaded package into the existing installation directory.
-
Copy the backed up files back into their corresponding locations.
-
Start the NOM server by running
./bin/server.exe start
. -
Verify that the server is operating as expected by checking the logs.