Upgrade a standalone server with an RPM package manager
An example of how to upgrade or patch a 5.x standalone server using an RPM package manager.
It is recommended to read the following pages before continuing: For critical systems, it is recommended to:
|
Upgrade
Upgrade your Neo4j deployment by running:
sudo yum update neo4j-enterprise
If you are upgrading Community Edition, replace neo4j-enterprise with neo4j .
|
Monitor the logs
When Neo4j restarts, it can be useful to monitor the logs for any errors or warnings caused by the upgrade. You can find information about the upgrade in the neo4j.log file.
Further information
-
The Neo4j RPM
yum
repository is configured as described in Operations Manual → Deploy Neo4j using the Neo4j RPM package. -
For more information about the supported package and service managers, see Operations Manual → Linux installation.