--- Title: crdb-cli crdb get alwaysopen: false categories: - docs - operate - rs description: Shows the current configuration of an Active-Active database. linkTitle: get weight: $weight url: '/operate/rs/7.8/references/cli-utilities/crdb-cli/crdb/get/' --- Shows the current configuration of an Active-Active database. ```sh crdb-cli crdb get --crdb-guid ``` ### Parameters | Parameter | Value | Description | |---------------------|--------|-------------------------------------| | crdb-guid | string | The GUID of the database (required) | ### Returns Returns the current configuration of the database. ### Example ```sh $ crdb-cli crdb get --crdb-guid d84f6fe4-5bb7-49d2-a188-8900e09c6f66 CRDB-GUID: d84f6fe4-5bb7-49d2-a188-8900e09c6f66 Name: database1 Encryption: False Causal consistency: False Protocol version: 1 FeatureSet version: 5 Modules: [] Default-DB-Config: memory_size: 1073741824 port: 12000 replication: True shard_key_regex: [{'regex': '.*\\{(?.*)\\}.*'}, {'regex': '(?.*)'}] sharding: True shards_count: 1 tls_mode: disabled rack_aware: None data_persistence: None authentication_redis_pass: None authentication_admin_pass: None oss_sharding: None oss_cluster: None proxy_policy: None shards_placement: None oss_cluster_api_preferred_ip_type: None bigstore: None bigstore_ram_size: None aof_policy: None snapshot_policy: None max_aof_load_time: None max_aof_file_size: None Instance: Id: 1 Cluster: FQDN: cluster1.redis.local URL: https://cluster1.redis.local:9443 Replication-Endpoint: Replication TLS SNI: Compression: 3 DB-Config: authentication_admin_pass: replication: None rack_aware: None memory_size: None data_persistence: None tls_mode: None authentication_redis_pass: None port: None shards_count: None shard_key_regex: None oss_sharding: None oss_cluster: None proxy_policy: None shards_placement: None oss_cluster_api_preferred_ip_type: None bigstore: None bigstore_ram_size: None aof_policy: None snapshot_policy: None max_aof_load_time: None max_aof_file_size: None Instance: Id: 2 Cluster: FQDN: cluster2.redis.local URL: https://cluster2.redis.local:9443 Replication-Endpoint: Replication TLS SNI: Compression: 3 DB-Config: authentication_admin_pass: replication: None rack_aware: None memory_size: None data_persistence: None tls_mode: None authentication_redis_pass: None port: None shards_count: None shard_key_regex: None oss_sharding: None oss_cluster: None proxy_policy: None shards_placement: None oss_cluster_api_preferred_ip_type: None bigstore: None bigstore_ram_size: None aof_policy: None snapshot_policy: None max_aof_load_time: None max_aof_file_size: None ```