mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
doc: vmctl vm-native-step-interval supported values
This commit is contained in:
parent
d056be710b
commit
e781e22c9c
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ It is possible split migration process into set of smaller batches based on time
|
|||
migrating large volumes of data as this adds indication of progress and ability to restore process from certain point
|
||||
in case of failure.
|
||||
|
||||
To use this you need to specify `--vm-native-step-interval` flag. Supported values are: `month`, `day`, `hour`.
|
||||
To use this you need to specify `--vm-native-step-interval` flag. Supported values are: `month`, `day`, `hour`, `minute`.
|
||||
Note that in order to use this it is required `--vm-native-filter-time-start` to be set to calculate time ranges for
|
||||
export process.
|
||||
|
||||
|
|
Loading…
Reference in a new issue