docs/Single-server-VictoriaMetrics.md: mention that downgrade is also safe to perform

This commit is contained in:
Aliaksandr Valialkin 2020-07-31 09:20:34 +03:00
parent 44a86e1be3
commit 8c8c14c127
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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.