Skip to content

Commit 6b41247

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

File tree

1 file changed

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

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,10 @@ Synchronization of data from the primary shard to the replica shard is always a
6161

6262
Some syncer errors are unrecoverable and cause the syncer to exit with exit code 4. When this occurs, the Data Management Controller (DMC) automatically sets the `crdt_sync` or `replica_sync` value to `stopped`.
6363

64-
### Recovery procedures
64+
#### Restart syncer for regular databases
6565

66-
To re-enable the syncer after an unrecoverable error:
66+
To restart a regular database's syncer after an unrecoverable error, [update the database configuration]({{<relref "/operate/rs/references/rest-api/requests/bdbs#put-bdbs">}}) with the REST API to enable `sync`:
6767

68-
#### For regular databases
69-
70-
Use the cluster REST API to enable sync:
7168

7269
```sh
7370
curl -v -k -u <username>:<password> -X PUT \

0 commit comments

Comments
 (0)