Upgrading from an earlier version
Upgrading server
Before starting the upgrade process, it is recommended to back up your existing NOM installation folder. |
Version specific notes
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 latest NOM server package for your platform.
-
Stop 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 NOM server by running
systemctl start neo4j-ops-manager-server
. -
Verify that the server is operating as expected by checking 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 latest NOM server package for your platform.
-
Stop NOM server by running
./bin/server.exe stop
inside current NOM server directory. -
Extract the downloaded package into the existing installation directory.
-
Copy the backed up files back into their corresponding locations.
-
Start NOM server by running
./bin/server.exe start
. -
Verify that the server is operating as expected by checking logs.
Upgrading agents
Each NOM server package contains corresponding NOM agent packages for every supported platform. You can either use them or download the corresponding agent binaries from Download Center.
-
Get the corresponding NOM agent package for your platform.
-
Stop NOM agent by running
./bin/agent service stop
. -
Extract the downloaded package into the existing installation directory.
-
Start NOM agent by running
./bin/agent service start
. -
Verify that the agent is operating as expected by checking logs.
Was this page helpful?