Skip to content

Commit 2781cd9

Browse files
Remove the wrong windows-service update instruction (#1118) (#1119)
1 parent fba1154 commit 2781cd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/installation/windows.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ When installing a new release of Neo4j, you must first run `bin\neo4j windows-se
5959
When Neo4j is installed as a service, Java options are stored in the service configuration.
6060
Changes to these options after the service is installed will not take effect until the service configuration is updated.
6161
For example, changing the setting `server.memory.heap.initial_size` in xref:configuration/file-locations.adoc[_neo4j.conf_] will not take effect until the service is updated and restarted.
62-
To update the service, run `bin\neo4j update-service`.
63-
Then restart the service to run it with the new configuration.
6462
To update the service, run `bin\neo4j windows-service update`.
63+
Then restart the service to run it with the new configuration.
6564

6665
The same applies to the path to where Java is installed on the system.
6766
If the path changes, for example when upgrading to a new version of Java, it is necessary to run the `update-service` command and restart the service.

0 commit comments

Comments
 (0)