From 7669d3493138db23696405acf9c90d435f7ad85a Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 18 Jul 2022 10:58:43 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: add a link on docs how to send signals to processes in Linux --- docs/README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index ee0c34d329..55e27c8d09 100644 --- a/docs/README.md +++ b/docs/README.md @@ -248,7 +248,7 @@ It is also safe downgrading to older versions unless [release notes](https://git The following steps must be performed during the upgrade / downgrade procedure: -* Send `SIGINT` signal to VictoriaMetrics process in order to gracefully stop it. +* Send `SIGINT` signal to VictoriaMetrics process in order to gracefully stop it. See [how to send signals to processes](https://stackoverflow.com/questions/33239959/send-signal-to-process-from-command-line). * Wait until the process stops. This can take a few seconds. * Start the upgraded VictoriaMetrics. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 778c489eb1..720b584749 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -252,7 +252,7 @@ It is also safe downgrading to older versions unless [release notes](https://git The following steps must be performed during the upgrade / downgrade procedure: -* Send `SIGINT` signal to VictoriaMetrics process in order to gracefully stop it. +* Send `SIGINT` signal to VictoriaMetrics process in order to gracefully stop it. See [how to send signals to processes](https://stackoverflow.com/questions/33239959/send-signal-to-process-from-command-line). * Wait until the process stops. This can take a few seconds. * Start the upgraded VictoriaMetrics.