Correct replication instructions to use bucket id (#4130)
parent
9e33fe690a
commit
9cb89ce965
|
@ -76,8 +76,8 @@ Use InfluxDB replication streams (InfluxDB Edge Data Replication) to replicate t
|
|||
influx replication create \
|
||||
--name example-replication-stream-name \
|
||||
--remote-id 00xoXXXo0X0x \
|
||||
--local-bucket Xxxo00Xx000o \
|
||||
--remote-bucket 0xXXx00oooXx
|
||||
--local-bucket-id Xxxo00Xx000o \
|
||||
--remote-bucket-id 0xXXx00oooXx
|
||||
```
|
||||
|
||||
Once a replication stream is created, InfluxDB {{% oss-only %}}OSS{{% /oss-only %}}
|
||||
|
|
Loading…
Reference in New Issue