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.