From 8c8c14c1275a1b1b7d216962bae75f64ade71baa Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 31 Jul 2020 09:20:34 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: mention that downgrade is also safe to perform --- README.md | 4 +++- docs/Single-server-VictoriaMetrics.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8e440875..8268e126c 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,9 @@ It is safe upgrading VictoriaMetrics to new versions unless [release notes](http say otherwise. It is recommended performing regular upgrades to the latest version, since it may contain important bug fixes, performance optimizations or new features. -Follow the following steps during the upgrade: +It is also safe downgrading to the previous version unless [release notes](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) say otherwise. + +The following steps must be performed during the upgrade / downgrade: 1) Send `SIGINT` signal to VictoriaMetrics process in order to gracefully stop it. 2) Wait until the process stops. This can take a few seconds. diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index e8e440875..8268e126c 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -249,7 +249,9 @@ It is safe upgrading VictoriaMetrics to new versions unless [release notes](http say otherwise. It is recommended performing regular upgrades to the latest version, since it may contain important bug fixes, performance optimizations or new features. -Follow the following steps during the upgrade: +It is also safe downgrading to the previous version unless [release notes](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) say otherwise. + +The following steps must be performed during the upgrade / downgrade: 1) Send `SIGINT` signal to VictoriaMetrics process in order to gracefully stop it. 2) Wait until the process stops. This can take a few seconds.