Skip to content

Commit e216da3

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

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
@@ -75,9 +75,9 @@ curl -v -k -u <username>:<password> -X PUT \
7575

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

78-
For Active-Active databases, you have two options:
78+
To restart an Active-Active database's syncer after an unrecoverable error, use one of the following methods.
7979

80-
1. **Call the API on all participating clusters:**
80+
- For each participating cluster, [update the database configuration]({{<relref "/operate/rs/references/rest-api/requests/bdbs#put-bdbs">}}) with the REST API to enable `sync`:
8181

8282
```sh
8383
curl -v -k -u <username>:<password> -X PUT \

0 commit comments

Comments
 (0)