Skip to content

Commit 1bb3f76

Browse files
committed
DOC-5354 Edited optional instance parameters for crd-cli crdb create
1 parent 9a77c54 commit 1bb3f76

File tree

1 file changed

+3
-3
lines changed
  • content/operate/rs/references/cli-utilities/crdb-cli/crdb

1 file changed

+3
-3
lines changed

content/operate/rs/references/cli-utilities/crdb-cli/crdb/create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Creates an Active-Active database.
1515
```sh
1616
crdb-cli crdb create --name <name>
1717
--memory-size <maximum_memory>
18-
--instance fqdn=<cluster1.example.com>,username=<username>,password=<password>[,url=<url-1>,replication_endpoint=<endpoint-1>,replication_tls_sni=<hostname-1>]
19-
--instance fqdn=<cluster2.example.com>,username=<username>,password=<password>[,url=<url-2>,replication_endpoint=<endpoint-2>,replication_tls_sni=<hostname-2>]
18+
--instance fqdn=<cluster1.example.com>,username=<username>,password=<password>[,url=https://<hostname-or-IP>:9443,replication_endpoint=<hostname-or-IP>:<port>,replication_tls_sni=<hostname>]
19+
--instance fqdn=<cluster2.example.com>,username=<username>,password=<password>[,url=https://<hostname-or-IP>:9443,replication_endpoint=<hostname-or-IP>:<port>,replication_tls_sni=<hostname>]
2020
[--port <port_number>]
2121
[--wait | --no-wait]
2222
[--default-db-config <configuration>]
@@ -52,7 +52,7 @@ Before you create an Active-Active database, you must have:
5252
|---------------------------------------------------------------------------------------|-------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5353
| name \<CRDB_name\> | string | Name of the Active-Active database (required) |
5454
| memory-size \<maximum_memory\> | size in bytes, megabytes (MB), or gigabytes (GB) | Maximum database memory (required) |
55-
| instance fqdn=\<cluster_fqdn\>,username=\<username\>,password=\<password\>,url=\<url\>,replication_endpoint=\<endpoint\>,replication_tls_sni=\<sni\> | strings | The connection information for the participating clusters (required for each participating cluster)<br/><br/>**Required:**<br/>• `fqdn` - Cluster fully qualified domain name (example: `fqdn=cluster1.example.com`)<br/>• `username` - Cluster username<br/>• `password` - Cluster password<br/><br/>**Optional:**<br/>• `url` - Cluster access URL (example: `url=https://redis-12488.internal.cluster1.example.com:9443`)<br/>• `replication_endpoint` - Address for peer replication (example: `replication_endpoint=redis-11111.internal.cluster1.example.com:11111`)<br/>• `replication_tls_sni` - Cluster [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication) for TLS connections |
55+
| 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 |
5656
| port \<port_number\> | integer | TCP port for the Active-Active database on all participating clusters |
5757
| default-db-config \<configuration\> | string | Default database configuration options |
5858
| default-db-config-file \<filename\> | filepath | Default database configuration options from a file |

0 commit comments

Comments
 (0)