File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/clients/src/api/rdb/v1 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -777,9 +777,10 @@ export class RdbV1GenAPI extends API {
777777 )
778778
779779 /**
780- * Resetting a read replica resyncs data from the leader node. This operation
781- * can take some time, depending on the database's size. During this
782- * operation, the read replica will not be available. Endpoints will not change.
780+ * When you resync a read replica, first it is reset, and then its data is
781+ * resynchronized from the primary node. Your read replica will be unavailable
782+ * during the resync process. The duration of this process is proportional to
783+ * your Database Instance size. The configured endpoints will not change.
783784 *
784785 * @param request - The request {@link ResetReadReplicaRequest}
785786 * @returns A Promise of ReadReplica
You can’t perform that action at this time.
0 commit comments