Skip to content

Commit 407c2ca

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

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
@@ -82,8 +82,8 @@ To restart an Active-Active database's syncer after an unrecoverable error, use
8282
```sh
8383
curl -v -k -u <username>:<password> -X PUT \
8484
-H "Content-Type: application/json" \
85-
-d '{"sync":"enabled"}' \
86-
http://<cluster-endpoint>:8080/v1/bdbs/<bdb_id>
85+
-d '{"sync": "enabled"}' \
86+
https://<host>:<port>/v1/bdbs/<database-id>
8787
```
8888

8989
- Run [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/crdb/update">}}):

0 commit comments

Comments
 (0)