File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs with large model states.
109
109
. [[upgrade-node]] *Shut down a single node*.
110
110
+
111
111
--
112
+ To stop running a single node depends on what is currently used to run the nodes. For example, if using `systemd` or SysV see the commands below.
113
+
112
114
* If you are running {es} with `systemd`:
113
115
+
114
116
[source,sh]
@@ -122,13 +124,6 @@ sudo systemctl stop elasticsearch.service
122
124
--------------------------------------------------
123
125
sudo -i service elasticsearch stop
124
126
--------------------------------------------------
125
-
126
- * If you are running {es} as a daemon:
127
- +
128
- [source,sh]
129
- --------------------------------------------------
130
- kill $(cat pid)
131
- --------------------------------------------------
132
127
--
133
128
134
129
. *Upgrade the node you shut down.*
You can’t perform that action at this time.
0 commit comments