From ecab3abb76ba8bd57afa2cf3393685aa82b30193 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Thu, 20 Jul 2023 14:39:30 +0200 Subject: [PATCH] docs: mention the simplest way to migrate data in vmctl docs Signed-off-by: hagen1778 --- app/vmctl/README.md | 3 +++ docs/vmctl.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/vmctl/README.md b/app/vmctl/README.md index d51b490a9..ff8c91752 100644 --- a/app/vmctl/README.md +++ b/app/vmctl/README.md @@ -725,6 +725,9 @@ requires an Authentication header like `X-Scope-OrgID`. You can define it via th ## Migrating data from VictoriaMetrics +The simplest way to migrate data between VM instances is to copy data. +See more details [here](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#data-migration). + vmctl uses [native binary protocol](https://docs.victoriametrics.com/#how-to-export-data-in-native-format) (available since [1.42.0 release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.42.0)) o migrate data between VM instances: single to single, cluster to cluster, single to cluster and vice versa. diff --git a/docs/vmctl.md b/docs/vmctl.md index 75893d311..0dae0a3ee 100644 --- a/docs/vmctl.md +++ b/docs/vmctl.md @@ -736,6 +736,9 @@ requires an Authentication header like `X-Scope-OrgID`. You can define it via th ## Migrating data from VictoriaMetrics +The simplest way to migrate data between VM instances is to copy data. +See more details [here](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#data-migration). + vmctl uses [native binary protocol](https://docs.victoriametrics.com/#how-to-export-data-in-native-format) (available since [1.42.0 release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.42.0)) o migrate data between VM instances: single to single, cluster to cluster, single to cluster and vice versa.