Skip to content

Commit f67a790

Browse files
committed
RS: Added replica_read_only to BDB REST API object
1 parent 7a02a87 commit f67a790

File tree

1 file changed

+1
-0
lines changed
  • content/operate/rs/references/rest-api/objects/bdb

1 file changed

+1
-0
lines changed

content/operate/rs/references/rest-api/objects/bdb/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ An API object that represents a managed database in the cluster.
118118
| recovery_wait_time | integer (default: -1); Defines how many seconds to wait for the persistence file to become available during auto recovery. After the wait time expires, auto recovery completes with potential data loss. The default `-1` means to wait forever. |
119119
| redis_version | string; Version of the redis-server processes: e.g. 6.0, 5.0-big |
120120
| repl_backlog_size | string; Redis replication backlog size ('auto' or size in bytes) |
121+
| replica_read_only | boolean (default: false); If `true`, enables an Active-Passive setup where Replica Of databases only allow read operations. Only configurable during database creation and cannot be changed later. |
121122
| replica_sources | array of [syncer_sources]({{< relref "/operate/rs/references/rest-api/objects/bdb/syncer_sources" >}}) objects; Remote endpoints of database to sync from. See the 'bdb -\> replica_sources' section |
122123
| [replica_sync]({{< relref "/operate/rs/references/rest-api/objects/bdb/replica_sync" >}}) | Enable, disable, or pause syncing from specified replica_sources<br />Values:<br />'enabled'<br /> **'disabled'** <br />'paused'<br />'stopped' |
123124
| <span class="break-all">replica_sync_connection_alarm_timeout_seconds</span> | integer (default: 0); If the syncer takes longer than the specified number of seconds to connect to a replica, raise a connection alarm |

0 commit comments

Comments
 (0)