You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| name \<CRDB_name\>| string | Name of the Active-Active database (required) |
52
55
| memory-size \<maximum_memory\>| size in bytes, kilobytes (KB), or gigabytes (GB) | Maximum database memory (required) |
53
-
| instance<br/> fqdn=\<cluster_fqdn\>,<br/> username=\<username\>,<br/> password=\<password\>| strings | The connection information for the participating clusters (required for each participating cluster)|
56
+
| instance fqdn=\<cluster_fqdn\>,username=\<username\>,password=\<password\>,url=https://\<hostname-or-IP\>:9443,replication_endpoint=\<hostname-or-IP\>:\<port\>,replication_tls_sni=\<hostname\>| strings | The connection information for the participating clusters (required for each participating cluster)<br/><br/>**Required:**<br/>• `fqdn` - Cluster fully qualified domain name<br/>• `username` - Cluster username<br/>• `password` - Cluster password<br/><br/>**Optional:**<br/>• `url` - URL to access the cluster's REST API<br/>• `replication_endpoint` - Address to access the database instance for peer replication<br/>• `replication_tls_sni` - Cluster [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication) hostname for TLS connections |
54
57
| port \<port_number\> | integer | TCP port for the Active-Active database on all participating clusters |
| default-db-config-file \<filename\> | filepath | Default database configuration options from a file |
57
-
| no-wait || Prevents `crdb-cli` from running another command before this command finishes |
60
+
| wait | | Prevents `crdb-cli` from running another command before this command finishes |
61
+
| no-wait | | `crdb-cli` can run another command before this command finishes |
58
62
| compression | 0-6 | The level of data compression: <br /><br > 0 = No compression <br /><br > 6 = High compression and resource load (Default: 3) |
59
63
| causal-consistency | true <br/> false (*default*) | [Causal consistency]({{< relref "/operate/rs/7.8/databases/active-active/causal-consistency.md" >}}) applies updates to all instances in the order they were received |
60
64
| password \<password\> | string | Password for access to the database |
0 commit comments