This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,11 @@ Request Body Parameters
142
142
before ``canWrite`` is ``true``.
143
143
144
144
To reverse sync, the ``enableUserWriteBlocking`` field must be set
145
- to ``"sourceAndDestination"``. To allow the source cluster
146
- to accept writes again, for example after running migration tests,
147
- run the following command:
145
+ to ``"sourceAndDestination"`` and the user must have assigned the
146
+ :authrole:`restore` role for both source and destination, see
147
+ :ref:`c2c-permissions-and-roles` for more details. To allow the
148
+ source cluster to accept writes again, for example after running
149
+ migration tests, run the following command:
148
150
149
151
.. code-block:: shell
150
152
@@ -177,7 +179,9 @@ Request Body Parameters
177
179
reversed.
178
180
179
181
To reverse sync, the ``enableUserWriteBlocking`` field must be set
180
- to ``sourceAndDestination``.
182
+ to ``sourceAndDestination`` and the user must have assigned the
183
+ :authrole:`restore` role for both source and destination, see
184
+ :ref:`c2c-permissions-and-roles` for more details.
181
185
182
186
This option is not supported for the following configurations:
183
187
You can’t perform that action at this time.
0 commit comments