Correct replication instructions to use bucket id (#4130)

pull/4119/head^2
JamesGibo 2022-06-16 16:57:42 +01:00 committed by GitHub
parent 9e33fe690a
commit 9cb89ce965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}}