From 315b7522453237c9c50a7633e93242b854908266 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 11 Aug 2020 14:22:19 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: mention that it is safe to skip multiple versions during the upgrade --- docs/Single-server-VictoriaMetrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 4a7ee4eea..c4e678d9f 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -247,8 +247,8 @@ VictoriaMetrics supports native PromQL and [extends it with useful features](htt ### How to upgrade VictoriaMetrics It is safe upgrading VictoriaMetrics to new versions unless [release notes](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) -say otherwise. It is recommended performing regular upgrades to the latest version, -since it may contain important bug fixes, performance optimizations or new features. +say otherwise. It is safe skipping multiple versions during the upgrade unless [release notes](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) say otherwise. +It is recommended performing regular upgrades to the latest version, since it may contain important bug fixes, performance optimizations or new features. It is also safe downgrading to the previous version unless [release notes](https://github.com/VictoriaMetrics/VictoriaMetrics/releases) say otherwise.