Share via


KnownReplicationState enum

Known values of ReplicationState that the service accepts.

Fields

Active

Read replica is fully synchronized and actively replicating data from the primary server.

Broken

Replication has failed or been interrupted.

Catchup

Read replica is behind the primary server and is currently catching up with pending changes.

Provisioning

Read replica is being created and is in process of getting initialized.

Reconfiguring

Read replica is being reconfigured, possibly due to changes in source or settings.

Updating

Read replica is undergoing some changes it can be changing compute size of promoting it to primary server.