Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 91b4e34

Browse files
Add note saying prom-migrator cannot migrate to HA setups.
Signed-off-by: Harkishen-Singh <[email protected]>
1 parent 4edc91c commit 91b4e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/prom-migrator/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ as write endpoints are somewhat constrained.
7272
./prom-migrator -start=1606408552 -end=1606415752 -reader-url=<read_endpoint_url_for_remote_read_storage> -writer-url=<write_endpoint_url_for_remote_write_storage> -progress-metric-url=<read_endpoint_url_for_remote_write_storage>
7373
```
7474

75+
**Note:** Prom-migrator does not support migrating data to a HA environment. If you have an HA setup,
76+
try running it in non-HA mode to ingest data from prom-migrator.
77+
7578
## CLI flags
7679

7780
### General flags

0 commit comments

Comments
 (0)