From e9898e1772acd727845aa19e6362200da1d90983 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sat, 24 Apr 2021 01:22:52 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: mention that the native export format can change between releases Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1203 --- README.md | 2 ++ docs/Single-server-VictoriaMetrics.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 727f59aff..0bbf40091 100644 --- a/README.md +++ b/README.md @@ -825,6 +825,8 @@ Optional `start` and `end` args may be added to the request in order to limit th unix timestamp in seconds or [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) values. The exported data can be imported to VictoriaMetrics via [/api/v1/import/native](#how-to-import-data-in-native-format). +The native export format may change in incompatible way between VictoriaMetrics releases, so the data exported from the release X +can fail to be imported into VictoriaMetrics release Y. ### How to export data in JSON line format diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 27959883f..db1b298fa 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -829,6 +829,8 @@ Optional `start` and `end` args may be added to the request in order to limit th unix timestamp in seconds or [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) values. The exported data can be imported to VictoriaMetrics via [/api/v1/import/native](#how-to-import-data-in-native-format). +The native export format may change in incompatible way between VictoriaMetrics releases, so the data exported from the release X +can fail to be imported into VictoriaMetrics release Y. ### How to export data in JSON line format