Skip to content

Commit d35bacb

Browse files
Update content/operate/rs/databases/active-active/syncer.md
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
1 parent a2a5c6d commit d35bacb

File tree

1 file changed

+2
-2
lines changed
  • content/operate/rs/databases/active-active

1 file changed

+2
-2
lines changed

content/operate/rs/databases/active-active/syncer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ To restart a regular database's syncer after an unrecoverable error, [update the
6969
```sh
7070
curl -v -k -u <username>:<password> -X PUT \
7171
-H "Content-Type: application/json" \
72-
-d '{"sync":"enabled"}' \
73-
http://<cluster-endpoint>:8080/v1/bdbs/<bdb_id>
72+
-d '{"sync": "enabled"}' \
73+
https://<host>:<port>/v1/bdbs/<database-id>
7474
```
7575

7676
#### Restart syncer for Active-Active databases

0 commit comments

Comments
 (0)